@charset "UTF-8";
 /**
 *
 * Horace Mann School - default_18
 * @link http://horacemann.redesign.finalsite.com
 * Site Template : newclientcustom
 * Built By: Stephen Petrus
 * Project Manager: Dave Lopes
 * Designer: Keisha Croxton
 * ==== Git Info ====
 * Branch Name: clients/horacemann
 * Build version: 3.2.6
 * Git Tag: v3.0-217-gb5a822d8d7
 * Last build by: Jworthington
 *
 **/

@charset "UTF-8";
.wf-loading {
  visibility: hidden;
  opacity: 0; }

.wf-active, .wf-inactive {
  visibility: visible;
  opacity: 1; }

/*! helpers - functions v0.0.1 */
/*! helpers - utility v0.0.1 */
.compartment {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

@media (min-width: 600px) {
  .col-4 {
    width: 50%;
    float: left; } }

@media (min-width: 900px) {
  .col-4 {
    width: 25%; } }

/*! helpers - box-model v0.0.1 */
.margin-x {
  margin-right: 1.25em;
  margin-left: 1.25em; }

.margin-x-2x {
  margin-right: 2.5em;
  margin-left: 2.5em; }

.margin-y {
  margin-top: 1.25em;
  margin-bottom: 1.25em; }

.margin-y-2x {
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

.padding-x {
  padding-right: 1.25em;
  padding-left: 1.25em; }

.padding-x-2x {
  padding-right: 2.5em;
  padding-left: 2.5em; }

.padding-y {
  padding-top: 1.25em;
  padding-bottom: 1.25em; }

.padding-y-2x {
  padding-top: 2.5em;
  padding-bottom: 2.5em; }

.stretch-container {
  margin-right: -1.25em;
  margin-left: -1.25em; }

.cover {
  position: absolute;
  height: 100%;
  width: 100%; }

/*! helpers - presentational v0.0.1 */
/*! helpers - ui-pattern v0.0.1 */
/*
Example sites:
http://coderepo.demo.finalsite.com/stuff-by-al/dropdown-mixin
http://codepen.io/foxareld/pen/BNpWJm

Ex 1:
    <div class='parent'>
      <span class='sibling'>Dropdown</span>
      <ul class='dropdown'>
        <li>Link</li>
        <li>Link</li>
        <li>Link</li>
      </ul>
    </div>

Use:
    .parent {
        @include drop(".dropdown"); //this makes .dropdown drop on hover of .parent
    }

    //this makes .dropdown drop when .parent has class .drop-class, it was also have a transition
    .parent {
        @include drop(".dropdown", true, ".drop-class");
    }

    //this makes .dropdown drop when .sibling has class .drop-class, it will not have a transition
    .sibling {
        @include drop("+ .dropdown", false, ".drop-class");
    }

*/
/*! helpers - typography v0.0.1 */
@font-face {
  font-family: 'IcoMoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2") format("woff2"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#IcoMoon") format("svg");
  font-weight: 400;
  font-style: normal; }

.fsTitle, .fsAthleticsRosterList li > div.fsRosterName, .fsFacebookFrom, .fsVimeoTitle, .fsYoutubeTitle {
  margin: 0;
  font-weight: bold;
  font-size: 1.1em; }

h1 {
  margin-top: 0;
  font-weight: normal;
  font-family: "baskerville-urw", Georgia, serif;
  color: #802629;
  font-size: 40px;
  line-height: 47px;
  margin-bottom: 22px; }

h2 {
  margin-top: 0;
  font-weight: normal;
  font-family: "baskerville-urw", Georgia, serif;
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 20px; }

h3 {
  margin-top: 0;
  font-weight: normal;
  font-family: "baskerville-urw", Georgia, serif;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 15px; }

h2.fsElementTitle {
  margin-top: 0;
  font-weight: normal;
  font-family: "baskerville-urw", Georgia, serif;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 15px;
  margin-bottom: 24px; }

h4 {
  margin-top: 0;
  font-weight: normal;
  font-family: "baskerville-urw", Georgia, serif;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: 10px; }

h5 {
  margin-top: 0;
  font-weight: normal;
  font-family: "baskerville-urw", Georgia, serif;
  font-size: 20px;
  line-height: 30px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  margin-bottom: 10px; }

h6 {
  margin-top: 0;
  font-weight: normal;
  font-family: "baskerville-urw", Georgia, serif;
  font-size: 14px;
  line-height: 26px;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 1.5px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px; }

p {
  margin: 0 0 20px; }

hr {
  margin: 0 auto 20px; }

a {
  color: #802629;
  text-decoration: none;
  font-weight: 600;
  transition: background .3s,
 color .3s; }
  a:hover, a:focus {
    color: #878787; }

ul,
ol {
  margin-top: 0;
  padding-left: 1.25em; }

img,
canvas,
video,
svg {
  height: auto;
  max-width: 100%; }

iframe {
  border: 0;
  max-width: 100%; }

/*! _main.scss - src/sass/modules/common/ - main common import */
/*! elements - common v0.0.1 */
/* Contains generic styles that apply to every element */
.fsElement {
  margin-bottom: 20px; }
  .fsElement:last-child {
    margin-bottom: 0; }

.fsElementHeaderContent {
  margin-bottom: 20px; }

.fsElementFooterContent {
  margin-top: 20px; }

.fsPanel {
  margin-bottom: 0; }

.fsDialogCloseButton {
  opacity: 1; }
  .fsDialogCloseButton:after, .fsDialogCloseButton:before {
    background: #3c3c3c; }
  .fsDialogCloseButton:focus:after, .fsDialogCloseButton:focus:before {
    background: #3c3c3c; }
  .fsDialogCloseButton:hover:after, .fsDialogCloseButton:hover:before {
    background: #090909; }

.fsElementDialog {
  color: #3c3c3c; }

/*! elements - common - list subtype v0.0.1 */
/* Contains generic styles that apply to every element with the class '.fsList' and the list subtype selected */
.fsList article {
  margin-bottom: 20px; }

/*! element - common - slideshow subtype v0.0.1 */
/* Contains generic styles that apply to every element slideshow subtype*/
.fsSlideshow.fsSlideshowVertical .fsElementSlideshow[data-slides-to-show="1"] article {
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal .fsElementSlideshow[data-arrows*="true"] {
  padding-top: 0;
  padding-bottom: 0; }

.fsSlideshow.fsSlideshowHorizontal article {
  padding-bottom: 0; }

.fsSlideshow .fsNextButton,
.fsSlideshow .fsPrevButton {
  overflow: hidden; }
  .fsSlideshow .fsNextButton:before,
  .fsSlideshow .fsPrevButton:before {
    color: #3c3c3c;
    font-size: 45px;
    transition: .3s;
    display: inline-block;
    line-height: 1;
    width: auto;
    height: auto;
    position: absolute; }
  .fsSlideshow .fsNextButton.fsLeftArrow:before, .fsSlideshow .fsNextButton.fsRightArrow:before,
  .fsSlideshow .fsPrevButton.fsLeftArrow:before,
  .fsSlideshow .fsPrevButton.fsRightArrow:before {
    position: absolute;
    top: 50%;
    transform: translate3d(0, -50%, 0); }
  .fsSlideshow .fsNextButton.fsLeftArrow:before,
  .fsSlideshow .fsPrevButton.fsLeftArrow:before {
    left: 0; }
  .fsSlideshow .fsNextButton.fsRightArrow:before,
  .fsSlideshow .fsPrevButton.fsRightArrow:before {
    right: 0; }
  .fsSlideshow .fsNextButton:hover:before, .fsSlideshow .fsNextButton:focus:before,
  .fsSlideshow .fsPrevButton:hover:before,
  .fsSlideshow .fsPrevButton:focus:before {
    color: rgba(60, 60, 60, 0.5);
    transition: .3s; }

.fsSlideshow .fsPager {
  margin-bottom: 0;
  margin-top: 20px; }
  .fsSlideshow .fsPager li {
    width: 12px;
    height: 12px;
    position: relative;
    vertical-align: middle; }
    .fsSlideshow .fsPager li button {
      width: 100%;
      height: 100%;
      padding: 0;
      color: #3c3c3c; }
      .fsSlideshow .fsPager li button:before {
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: rgba(60, 60, 60, 0.25);
        transition: .3s;
        opacity: 1; }
      .fsSlideshow .fsPager li button:hover:before, .fsSlideshow .fsPager li button:focus:before {
        background-color: #3c3c3c;
        transition: .3s; }
      .fsSlideshow .fsPager li button:focus {
        outline: 1px dashed rgba(60, 60, 60, 0.25); }
    .fsSlideshow .fsPager li.slick-active button:before {
      opacity: 1;
      background-color: #3c3c3c; }

.button {
  display: inline-block;
  margin: 0 0 8px;
  padding: 11px 20px 13px;
  border: 0;
  border-radius: 0;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  background-color: #802629;
  transition: all 0.3s ease; }
  @media (min-width: 550px) {
    .button {
      min-width: 280px; } }
  .button:hover, .button:focus,
  .fsStateSelected .button {
    color: #ffffff;
    background-color: #591a1c; }

.color-button {
  display: inline-block;
  margin: 0 0 8px;
  padding: 11px 20px 13px;
  border: 0;
  border-radius: 0;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  background-color: #6d2023;
  transition: all 0.3s ease; }
  @media (min-width: 550px) {
    .color-button {
      min-width: 280px; } }
  .color-button:hover, .color-button:focus,
  .fsStateSelected .color-button {
    color: #ffffff;
    background-color: #461416; }

.hollow-button {
  display: inline-block;
  margin: 0 0 8px;
  padding: 11px 20px 13px;
  border: 0;
  border-radius: 0;
  letter-spacing: 0.1em;
  color: #6d2023;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  transition: all 0.3s ease;
  border: 0.2em solid #6d2023; }
  @media (min-width: 550px) {
    .hollow-button {
      min-width: 280px; } }
  .hollow-button:hover, .hollow-button:focus,
  .fsStateSelected .hollow-button {
    color: #6d2023;
    background-color: rgba(0, 0, 0, 0); }

.fs_style_6 {
  display: inline-block;
  margin: 0 0 8px;
  padding: 11px 20px 13px;
  border: 0;
  border-radius: 0;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  background-color: #802629;
  transition: all 0.3s ease; }
  @media (min-width: 550px) {
    .fs_style_6 {
      min-width: 280px; } }
  .fs_style_6:hover, .fs_style_6:focus,
  .fsStateSelected .fs_style_6 {
    color: #ffffff;
    background-color: #62171a; }

.fs_style_7 {
  display: inline-block;
  margin: 0 0 8px;
  padding: 11px 20px 13px;
  border: 0;
  border-radius: 0;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  background-color: #3c3c3c;
  transition: all 0.3s ease; }
  @media (min-width: 550px) {
    .fs_style_7 {
      min-width: 280px; } }
  .fs_style_7:hover, .fs_style_7:focus,
  .fsStateSelected .fs_style_7 {
    color: #ffffff;
    background-color: #0e0d0d; }

.fs_style_8 {
  display: inline-block;
  margin: 0 0 8px;
  padding: 11px 20px 13px;
  border: 0;
  border-radius: 0;
  letter-spacing: 0.1em;
  color: #802629;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  background-color: #dfdfdf;
  transition: all 0.3s ease; }
  @media (min-width: 550px) {
    .fs_style_8 {
      min-width: 280px; } }
  .fs_style_8:hover, .fs_style_8:focus,
  .fsStateSelected .fs_style_8 {
    color: #802629;
    background-color: #b5b4b4; }

.fs_style_10 {
  display: inline-block;
  min-width: 280px;
  margin: 0 0 8px;
  padding: 17px 20px 19px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 27px;
  line-height: 34px;
  text-align: center;
  font-family: "baskerville-urw", Georgia, serif;
  font-weight: normal;
  background: #802629; }
  .fs_style_10:hover, .fs_style_10:focus,
  .fsStateSelected .fs_style_10 {
    color: #ffffff;
    background-color: #62171a; }
  .fs_style_10 em {
    display: block;
    padding-top: 6px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-style: normal;
    font-family: "proxima-nova", sans-serif; }

.fs_style_11 {
  display: inline-block;
  min-width: 280px;
  margin: 0 0 8px;
  padding: 17px 20px 19px;
  border: 0;
  border-radius: 0;
  color: #ffffff;
  font-size: 27px;
  line-height: 34px;
  text-align: center;
  font-family: "baskerville-urw", Georgia, serif;
  font-weight: normal;
  background: #3c3c3c; }
  .fs_style_11:hover, .fs_style_11:focus,
  .fsStateSelected .fs_style_11 {
    color: #ffffff;
    background-color: #0e0d0d; }
  .fs_style_11 em {
    display: block;
    padding-top: 6px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-style: normal;
    font-family: "proxima-nova", sans-serif; }

.fs_style_12 {
  display: inline-block;
  min-width: 280px;
  margin: 0 0 8px;
  padding: 17px 20px 19px;
  border: 0;
  border-radius: 0;
  color: #802629;
  font-size: 27px;
  line-height: 34px;
  text-align: center;
  font-family: "baskerville-urw", Georgia, serif;
  font-weight: normal;
  background: #dfdfdf; }
  .fs_style_12:hover, .fs_style_12:focus,
  .fsStateSelected .fs_style_12 {
    color: #802629;
    background-color: #b5b4b4; }
  .fs_style_12 em {
    display: block;
    padding-top: 6px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-style: normal;
    font-family: "proxima-nova", sans-serif; }

.fsStyleDefaultButton {
  display: inline-block;
  margin: 0 0 8px;
  padding: 11px 20px 13px;
  border: 0;
  border-radius: 0;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  background-color: #3c3c3c;
  transition: all 0.3s ease; }
  @media (min-width: 550px) {
    .fsStyleDefaultButton {
      min-width: 280px; } }
  .fsStyleDefaultButton:hover, .fsStyleDefaultButton:focus,
  .fsStateSelected .fsStyleDefaultButton {
    color: #ffffff;
    background-color: #232323; }
  .fsStyleDefaultButton.fsLoadMoreButton {
    margin-bottom: 0; }
  .fsStyleDefaultButton.fsSelectAll {
    margin-bottom: 5px;
    padding: 7px 12px;
    font-size: .875em;
    line-height: 1.2; }

.fsStyleUpdateButton {
  display: inline-block;
  margin: 0 0 8px;
  padding: 11px 20px 13px;
  border: 0;
  border-radius: 0;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  background-color: #3c3c3c;
  transition: all 0.3s ease; }
  @media (min-width: 550px) {
    .fsStyleUpdateButton {
      min-width: 280px; } }
  .fsStyleUpdateButton:hover, .fsStyleUpdateButton:focus,
  .fsStateSelected .fsStyleUpdateButton {
    color: #ffffff;
    background-color: #232323; }

.lead-in,
.fs_style_4 {
  color: #262122;
  font-size: 24px;
  line-height: 34px;
  font-family: "baskerville-urw", Georgia, serif; }

blockquote {
  margin: 30px 0 34px;
  padding: 35px 0 35px;
  border-top: 2px solid #dfdfdf;
  border-bottom: 2px solid #dfdfdf;
  position: relative;
  color: #3c3c3c;
  font-size: 18px;
  line-height: 30px;
  text-align: center; }
  blockquote:before, blockquote:after {
    width: 55px;
    height: 60px;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #802629;
    font-size: 80px;
    line-height: 60px;
    font-family: Georgia, serif;
    background-color: #ffffff; }
  blockquote:before {
    content: '\201C';
    padding-top: 22px;
    top: -30px; }
  blockquote:after {
    content: '\201D';
    padding-top: 25px;
    bottom: -30px; }

cite,
.fs_style_5 {
  display: block;
  padding: 0 20px;
  color: #878787;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center; }

.fs_style_9, .fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable {
  margin-bottom: 20px;
  width: 100%;
  overflow-x: auto; }
  @media (max-width: 699px) {
    .fs_style_9, .fsAthleticsEvent.fsTable .fsElementTable, .fsAthleticsRoster .fsElementTable {
      display: block; } }
  .fs_style_9 tr:nth-of-type(odd) td, .fsAthleticsEvent.fsTable .fsElementTable tr:nth-of-type(odd) td, .fsAthleticsRoster .fsElementTable tr:nth-of-type(odd) td {
    background-color: #eeeeee; }
  .fs_style_9 th, .fsAthleticsEvent.fsTable .fsElementTable th, .fsAthleticsRoster .fsElementTable th {
    padding: 8px 18px 5px;
    vertical-align: top;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600;
    background: #802629; }
  .fs_style_9 td, .fsAthleticsEvent.fsTable .fsElementTable td, .fsAthleticsRoster .fsElementTable td {
    padding: 7px 17px 7px;
    vertical-align: top;
    font-size: 16px;
    line-height: 26px;
    background: none; }

/*! _main.scss - src/sass/navigation/ - main import */
.fsNavigation ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .fsNavigation ul li.fsNavCurrentPage > a, .fsNavigation ul li.fsNavCurrentPageAncestor > a {
    color: #878787;
    background: transparent; }
  .fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #802629;
    background: transparent; }
    .fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
      color: #878787;
      background: transparent; }

.fsNavigation .fsNavLevel2 > li > a {
  padding-left: 10px; }

.fsNavigation .fsNavLevel3 > li > a {
  padding-left: 20px; }

.fsNavigation .fsNavLevel4 > li > a {
  padding-left: 30px; }

.fsNavigation .fsNavLevel5 > li > a {
  padding-left: 40px; }

.fsBreadcrumb ul li {
  display: inline-block; }
  .fsBreadcrumb ul li a {
    display: inline-block;
    padding: 0; }

.nav-site-map ul {
  margin: 0 0 0 20px;
  padding: 0; }
  .nav-site-map ul.fsNavLevel1 {
    margin-left: 0;
    list-style: none; }
    @media (min-width: 600px) {
      .nav-site-map ul.fsNavLevel1 {
        -moz-column-count: 2;
        column-count: 2;
        -moz-column-gap: 0;
        column-gap: 0;
        -moz-column-rule: 0;
        column-rule: 0;
        min-height: initial; }
        .nav-site-map ul.fsNavLevel1 li {
          page-break-inside: avoid;
          break-inside: avoid-column; } }
    .nav-site-map ul.fsNavLevel1 > li > a {
      margin-bottom: 20px;
      font-weight: 700; }
  .nav-site-map ul.fsNavLevel2 {
    list-style: disc; }
  .nav-site-map ul.fsNavLevel3 {
    list-style: circle; }
  .nav-site-map ul.fsNavLevel4 {
    list-style: square; }
  .nav-site-map ul.fsNavLevel5 {
    list-style: disc; }

.nav-tier ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .nav-tier ul li a {
    display: block;
    padding: 10px 10px;
    color: #802629;
    background: transparent; }
    .nav-tier ul li a:hover, .nav-tier ul li a:focus {
      color: #878787;
      background: #262122; }
  .nav-tier ul li.fsNavCurrentPage > a {
    color: #802629;
    background: #0b090a; }
    .nav-tier ul li.fsNavCurrentPage > a:hover, .nav-tier ul li.fsNavCurrentPage > a:focus {
      color: #6d2023;
      background: #262122; }
  .nav-tier ul li.fsNavCurrentPageAncestor {
    background: #262122; }
    .nav-tier ul li.fsNavCurrentPageAncestor > a {
      color: #802629;
      background: transparent; }
      .nav-tier ul li.fsNavCurrentPageAncestor > a:hover, .nav-tier ul li.fsNavCurrentPageAncestor > a:focus {
        color: #802629;
        background: #262122; }

.nav-tier .fsNavLevel1 {
  padding-left: 0; }
  .nav-tier .fsNavLevel1 > li {
    border-bottom: 1px solid #262122; }
    .nav-tier .fsNavLevel1 > li:last-child {
      border-bottom: none; }

.nav-tier .fsNavLevel2 > li > a {
  padding-left: 20px; }

.nav-tier .fsNavLevel3 > li > a {
  padding-left: 30px; }

.nav-tier .fsNavLevel4 > li > a {
  padding-left: 40px; }

.nav-tier .fsNavLevel5 > li > a {
  padding-left: 50px; }

/*! navigation - sub v0.0.1 */
.nav-tertiary-header {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 100%; }
  .nav-tertiary-header .fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    width: 100%;
    border-top: 1px solid #ffffff; }
    @media (min-width: 900px) {
      .nav-tertiary-header .fsNavLevel1 {
        border-top: 0;
        -ms-flex-flow: row;
        flex-flow: row; } }
    .nav-tertiary-header .fsNavLevel1 > li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 100%; }
      @media (min-width: 400px) {
        .nav-tertiary-header .fsNavLevel1 > li {
          width: 33.3333%; } }
      @media (min-width: 900px) {
        .nav-tertiary-header .fsNavLevel1 > li {
          width: 20%; } }
      .nav-tertiary-header .fsNavLevel1 > li:nth-child(n+4) {
        width: 100%; }
        @media (min-width: 400px) {
          .nav-tertiary-header .fsNavLevel1 > li:nth-child(n+4) {
            width: 50%; } }
        @media (min-width: 900px) {
          .nav-tertiary-header .fsNavLevel1 > li:nth-child(n+4) {
            width: 20%; } }
      .nav-tertiary-header .fsNavLevel1 > li:nth-child(n+6) {
        display: none; }
      .nav-tertiary-header .fsNavLevel1 > li > a {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 25px 20px 24px;
        border-right: 1px solid #ffffff;
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        text-align: center;
        letter-spacing: 0.1em;
        background-color: #802629; }
        .nav-tertiary-header .fsNavLevel1 > li > a:hover, .nav-tertiary-header .fsNavLevel1 > li > a:focus {
          color: #ffffff;
          background-color: #62171a; }
        @media (min-width: 900px) {
          .nav-tertiary-header .fsNavLevel1 > li > a {
            padding-top: 37px;
            padding-bottom: 38px; } }

/*! _main.scss - src/sass/navigation/ - main import */
/*! navigation - sub v0.0.1 */
.nav-sub.fsNavigation {
  display: none;
  padding-left: 0;
  padding-right: 0;
  background: none; }
  .nav-sub.fsNavigation.fsElement {
    margin-bottom: 0; }
  main .nav-sub.fsNavigation {
    margin-bottom: 0; }
  @media (min-width: 900px) {
    .nav-sub.fsNavigation {
      display: block; } }
  .nav-sub.fsNavigation ul, .nav-sub.fsNavigation li {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none; }
  .nav-sub.fsNavigation ul li a {
    display: block;
    padding: 4px 30px 5px;
    color: #3c3c3c;
    font-family: "proxima-nova", sans-serif;
    background: transparent; }
    .nav-sub.fsNavigation ul li a:hover, .nav-sub.fsNavigation ul li a:focus {
      color: #878787;
      background: transparent; }
  .nav-sub.fsNavigation ul li.fsNavCurrentPage {
    display: block; }
    .nav-sub.fsNavigation ul li.fsNavCurrentPage > a {
      color: #802629; }
      .nav-sub.fsNavigation ul li.fsNavCurrentPage > a:hover, .nav-sub.fsNavigation ul li.fsNavCurrentPage > a:focus {
        color: #878787; }
  .nav-sub.fsNavigation ul li.fsNavCurrentPageAncestor {
    display: block; }
    .nav-sub.fsNavigation ul li.fsNavCurrentPageAncestor > a {
      color: #802629; }
      .nav-sub.fsNavigation ul li.fsNavCurrentPageAncestor > a:hover, .nav-sub.fsNavigation ul li.fsNavCurrentPageAncestor > a:focus {
        color: #878787; }
  .nav-sub.fsNavigation ul.fsNavLevel1 {
    margin-bottom: 64px;
    position: relative; }
    .nav-sub.fsNavigation ul.fsNavLevel1 > li {
      display: none; }
      .nav-sub.fsNavigation ul.fsNavLevel1 > li[class*="fsNavCurrentPage"] {
        display: block; }
      .nav-sub.fsNavigation ul.fsNavLevel1 > li > a {
        display: block;
        padding: 12px 30px 10px;
        color: #ffffff;
        font-size: 18px;
        line-height: 28px;
        text-transform: uppercase;
        letter-spacing: 0.075em;
        background-color: #802629; }
        .nav-sub.fsNavigation ul.fsNavLevel1 > li > a span {
          color: #ffffff; }
  .nav-sub.fsNavigation ul.fsNavLevel2 {
    padding-top: 16px;
    padding-bottom: 21px;
    border: 1px solid #dadada;
    border-top: 0; }
    .nav-sub.fsNavigation ul.fsNavLevel2 ul {
      padding-top: 5px;
      padding-bottom: 10px; }
  .nav-sub.fsNavigation .fsNavLevel2 > li > a {
    padding-left: 24px; }
  .nav-sub.fsNavigation .fsNavLevel3 > li > a {
    padding-left: 44px; }
  .nav-sub.fsNavigation .fsNavLevel4 > li > a {
    padding-left: 64px; }
  .nav-sub.fsNavigation .fsNavLevel5 > li > a {
    padding-left: 84px; }
  .nav-sub.fsNavigation .fsNavLevel6 > li > a {
    padding-left: 104px; }

/*! navigation - sub v0.0.1 */
/*
.nav-sub-mobile {
  display: block;
  padding-left: 0;
  padding-right: 0;
  margin-left: -10px;
  margin-right: -10px;

  @include breakpoint(500px) {
    margin-left: 0;
    margin-right: 0;
  }

  &.fsElement {
    margin-bottom: 39px;
  }

  > header {
    border: 1px solid #DDDDDD;

    background-color: #F6F6F6;

    cursor: pointer;

    .fsElementTitle {
      display: block;
      margin: 0;
      padding: 19px 20px 18px 20px;

      position: relative;

      color: #4B4C4B;
      font-size: 16px;
      line-height: 21px;
      font-weight: 600;

      &:after {
        @include font-icon($icon-angle-down);

        display: block;
        width: 18px;
        height: 18px;

        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        transform-origin: 50% 50%;

        color: #646463;
        font-size: 18px;
        line-height: 1;
        text-align: center;

        opacity: 1;

        transition: transform 0.3s ease, color 0.3s ease;
      }      
    }

    .fsElementHeaderContent {
      display: none;
    }
  }

  background: none;
  opacity: 0;

  @at-root main & {
    margin-bottom: 0;
  }

  &.element-loaded {
    opacity: 1;
  }

  @at-root .fsComposeMode & {
    opacity: 1;
  }

  @include breakpoint($bp-portrait) {
    display: none;
  }

  ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
  }

  a {
    display: block;
    
    color: $m1;
    font-family: $sans-serif;

    &:hover {
      color: $m4;
      text-decoration: none;
    }
  }

  > .fsElementContent {
    display: none;
  }

  // First Level
  // ================================

  .fsNavLevel1 {
    border: 1px solid #DDDDDD;
    padding-top: 11px;
    margin-top: 2px;
    padding-left: 10px;
    padding-right: 10px;

    position: relative;

    background-color: #F6F6F6;

    // first li
    li {
      // border-bottom: 1px solid #dddddd;
      border: 0;
      // padding: 16px 0 18px 0;
      // padding: 20px 0 21px 0;
      padding: 0;

      position: relative;

      a {
        display: block;
        border: 0;
        border-bottom: 1px solid #dddddd;
        padding: 0;
        padding: 20px 0 21px 20px;

        position: relative;

        color: #646463;
        font-weight: normal;
        font-size: 16px;
        line-height: 20px;
      }

      > .fsNavPageInfo {
        // display: none;

        background: none;
      }

      &[class*="fsNavCurrentPage"] {
        > a {
          color: #CF1317;

          &:after {
            @include font-icon($icon-angle-right);

            display: block;
            width: 18px;
            height: 18px;

            position: absolute;
            top: 22px;
            left: -5px;

            color: #CF1317;
            font-size: 18px;
            line-height: 1;
            text-align: center;

            opacity: 1;

            transition: transform 0.3s ease, color 0.3s ease;
          }
        }

        &.fsNavParentPage {
          border-bottom: 1px solid #dddddd;
        }
      }
    }


    > li {
      &:first-of-type {
        padding-top: 0;
      }

      &:last-of-type {
        > a {
          border-bottom: 0;
        }
      }
    }

    ul {
      margin-left: 20px;
      padding-bottom: 15px;

      > li {
        &:last-of-type {
          > a {
            border-bottom: 0;
          }
        }
      }

      li {
        &[class*="fsNavCurrentPage"] {
          > a {
            &:after {
              top: 17px;
            }
          }
        }
      }

      a {
        padding: 15px 0 15px 20px;
      }
    }
  }
}

*/
.nav-main {
  width: 100%;
  margin-bottom: 0;
  position: relative;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: right calc( ( 100% - 361px ) / 2) center;
  background-size: 639px auto; }
  .nav-main.background-updated {
    background: #ffffff !important; }
  .off-canvas-default .nav-main,
  .off-canvas-lower-library .nav-main {
    background-size: 451px auto; }
    .off-canvas-default .nav-main .nav-background,
    .off-canvas-lower-library .nav-main .nav-background {
      background-size: 451px auto; }
  .off-canvas-athletics .nav-main > header > .fsElementTitle {
    color: #ffffff; }
  .off-canvas-athletics .nav-main > header > .fsElementHeaderContent {
    color: #ffffff; }
    .off-canvas-athletics .nav-main > header > .fsElementHeaderContent h4 {
      color: #ffffff; }
  .off-canvas-athletics .nav-main.hovered .nav-background {
    opacity: 0; }
  .nav-main.hovered > header {
    opacity: 0;
    pointer-events: none; }
  .nav-main .nav-background-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    left: 381px;
    right: 20px;
    bottom: 0; }
  .nav-main .nav-background {
    max-width: 640px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    transition: opacity 0.3s ease; }
  .nav-main > header {
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 361px;
    right: 0;
    bottom: 0;
    text-align: center;
    transition: opacity 0.3s ease; }
    .nav-main > header > .fsElementTitle {
      margin-top: 0;
      margin-bottom: 22px;
      color: #802629;
      font-size: 32px;
      line-height: 37px;
      font-weight: normal;
      font-family: "baskerville-urw", Georgia, serif; }
      @media (min-width: 1200px) {
        .nav-main > header > .fsElementTitle {
          margin-bottom: 28px;
          font-size: 40px;
          line-height: 47px; } }
    .nav-main > header > .fsElementHeaderContent {
      max-width: 640px;
      padding: 0 20px; }
      .nav-main > header > .fsElementHeaderContent h4 {
        margin-bottom: 20px;
        font-size: 20px;
        line-height: 25px; }
        @media (min-width: 1200px) {
          .nav-main > header > .fsElementHeaderContent h4 {
            margin-bottom: 20px;
            font-size: 25px;
            line-height: 32px; } }
  .nav-main .fsNavLevel1 {
    min-height: 500px; }

.nav-main .fsNavLevel1,
.nav-quicklinks-mobile .fsNavLevel1 {
  width: 361px;
  padding-top: 41px;
  padding-bottom: 35px;
  background-color: #802629; }
  .nav-main .fsNavLevel1 > li:hover > a, .nav-main .fsNavLevel1 > li:focus > a,
  .nav-quicklinks-mobile .fsNavLevel1 > li:hover > a,
  .nav-quicklinks-mobile .fsNavLevel1 > li:focus > a {
    color: #ffffff;
    background: transparent; }
  .nav-main .fsNavLevel1 > li:hover > .fsNavPageInfo, .nav-main .fsNavLevel1 > li:focus > .fsNavPageInfo,
  .nav-quicklinks-mobile .fsNavLevel1 > li:hover > .fsNavPageInfo,
  .nav-quicklinks-mobile .fsNavLevel1 > li:focus > .fsNavPageInfo {
    opacity: 1;
    pointer-events: auto; }
  .nav-main .fsNavLevel1 > li.fsNavParentPage:hover > a:before, .nav-main .fsNavLevel1 > li.fsNavParentPage:focus > a:before,
  .nav-quicklinks-mobile .fsNavLevel1 > li.fsNavParentPage:hover > a:before,
  .nav-quicklinks-mobile .fsNavLevel1 > li.fsNavParentPage:focus > a:before {
    right: 63px;
    opacity: 1; }
  .nav-main .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a,
  .nav-quicklinks-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
    color: #ffffff;
    text-decoration: underline;
    background: transparent; }
  .nav-main .fsNavLevel1 > li > a,
  .nav-quicklinks-mobile .fsNavLevel1 > li > a {
    display: block;
    padding: 10px 40px 10px 60px;
    position: relative;
    color: #ffffff;
    font-size: 27px;
    line-height: 32px;
    font-weight: normal;
    font-family: "baskerville-urw", Georgia, serif;
    background: transparent; }
    .nav-main .fsNavLevel1 > li > a:before,
    .nav-quicklinks-mobile .fsNavLevel1 > li > a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 28px;
      height: 28px;
      position: absolute;
      top: 12px;
      right: 65px;
      color: #ffffff;
      font-size: 28px;
      line-height: 1;
      text-align: center;
      opacity: 0;
      transition: right 0.3s ease, opacity 0.3s ease; }
    .nav-main .fsNavLevel1 > li > a:hover, .nav-main .fsNavLevel1 > li > a:focus,
    .nav-quicklinks-mobile .fsNavLevel1 > li > a:hover,
    .nav-quicklinks-mobile .fsNavLevel1 > li > a:focus {
      color: rgba(255, 255, 255, 0.6); }

.fsHasTheme5 .nav-main .fsNavLevel1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: auto;
  min-height: 0;
  padding-top: 51px;
  padding-right: 52px;
  padding-bottom: 41px; }
  .fsHasTheme5 .nav-main .fsNavLevel1 > li {
    width: 20%;
    padding-left: 61px;
    padding-bottom: 18px; }
    .fsHasTheme5 .nav-main .fsNavLevel1 > li > a {
      padding: 0; }
      .fsHasTheme5 .nav-main .fsNavLevel1 > li > a:before {
        display: none; }

.nav-main .fsNavPageInfo,
.nav-quicklinks-mobile .fsNavPageInfo {
  padding-top: 47px;
  padding-left: 60px;
  padding-right: 60px;
  position: absolute;
  top: 0;
  left: 361px;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease; }

.nav-main .fsNavLevel2,
.nav-quicklinks-mobile .fsNavLevel2 {
  max-width: 640px;
  margin: 0 auto;
  -moz-column-count: 2;
  column-count: 2;
  -moz-column-gap: 150px;
  column-gap: 150px; }
  .nav-main .fsNavLevel2 li a,
  .nav-quicklinks-mobile .fsNavLevel2 li a {
    display: block;
    padding: 7px 0 7px;
    color: #3c3c3c;
    background: transparent; }
    .nav-main .fsNavLevel2 li a:hover, .nav-main .fsNavLevel2 li a:focus,
    .nav-quicklinks-mobile .fsNavLevel2 li a:hover,
    .nav-quicklinks-mobile .fsNavLevel2 li a:focus {
      color: #802629;
      background: transparent; }
  .nav-main .fsNavLevel2 li[class*="fsNavCurrentPage"] > a,
  .nav-quicklinks-mobile .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
    color: #802629;
    background: transparent; }

/*! _main.scss - src/sass/navigation/ - main import */
#fsMenu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  pointer-events: none; }
  html.off-canvas-active #fsMenu {
    pointer-events: auto; }

.fsMenu {
  position: relative;
  z-index: 11; }

.off-canvas-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  background-color: #000000;
  transition: opacity 0.3s ease, pointer-events 0s ease 0.3s;
  pointer-events: none; }
  html.off-canvas-active .off-canvas-overlay {
    opacity: 0.5;
    pointer-events: auto;
    transition: opacity 0.3s ease, pointer-events 0s ease 0s; }

@media (max-width: 899px) {
  html.off-canvas-active {
    overflow: hidden;
    height: 100%; }
    html.off-canvas-active body {
      overflow: hidden;
      position: fixed;
      height: 100vh;
      width: 100%; } }

html.off-canvas-active .header-top {
  pointer-events: none; }
  html.off-canvas-active .header-top:before {
    opacity: 0.5;
    pointer-events: auto;
    transition: opacity 0.3s ease, pointer-events 0s ease 0s; }

.header-top:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: #000000;
  opacity: 0;
  poineter-events: none;
  transition: opacity 0.3s ease, pointer-events 0s ease 0.3s; }

@media (min-width: 900px) {
  .off-canvas-active.menu-active .off-canvas-desktop {
    right: 0;
    opacity: 1; } }

@media (max-width: 899px) {
  .off-canvas-active.menu-active .off-canvas-mobile {
    right: 0;
    opacity: 1; } }

/*! navigation - off-canvas v0.0.1 */
.off-canvas-desktop {
  zoom: 1;
  display: block;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  padding-left: 32px;
  padding-right: 32px;
  padding-bottom: 40px;
  position: fixed;
  top: 124px;
  right: -100%;
  z-index: 10000;
  opacity: 0;
  transition: top 0.8s ease, opacity 0.3s ease; }
  .off-canvas-desktop:after {
    display: table;
    clear: both;
    content: ''; }
  .fsAccountBarVisible .off-canvas-desktop {
    top: 169px; }
  .has-alert-scrolling.alert-hidden .off-canvas-desktop {
    top: 124px; }
  .has-alert-scrolling .off-canvas-desktop {
    top: 199px; }
  @media (min-width: 900px) {
    .has-alert-scrolling.sticky .off-canvas-desktop {
      top: 175px; } }
  @media (min-width: 900px) {
    .sticky .off-canvas-desktop,
    .has-alert-scrolling.alert-hidden.sticky .off-canvas-desktop {
      top: 100px; } }
  .has-alert-scrolling.alert-hidden .fsAccountBarVisible .off-canvas-desktop {
    top: 169px; }
  .has-alert-scrolling .fsAccountBarVisible .off-canvas-desktop {
    top: 244px; }
  @media (min-width: 900px) {
    .has-alert-scrolling.sticky .fsAccountBarVisible .off-canvas-desktop {
      top: 220px; } }
  @media (min-width: 900px) {
    .sticky .fsAccountBarVisible .off-canvas-desktop,
    .has-alert-scrolling.alert-hidden.sticky .fsAccountBarVisible .off-canvas-desktop {
      top: 145px; } }
  .off-canvas-desktop > header {
    display: none; }
  .off-canvas-desktop > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    opacity: 0;
    transition: opacity 0.3s ease 0s; }
    html.menu-active .off-canvas-desktop > .fsElementContent {
      opacity: 1;
      transition: opacity 0.3s ease 0.1s; }
  .off-canvas-desktop .fsLayout.fsTwoColumnLayout {
    margin: 0;
    padding: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row; }
    .off-canvas-desktop .fsLayout.fsTwoColumnLayout > .fsDiv {
      width: auto;
      -ms-flex: 1 0 auto;
      flex: 1 0 auto;
      padding: 0;
      margin: 0; }
    .off-canvas-desktop .fsLayout.fsTwoColumnLayout .fsStyleColumn-1 {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      background-color: #802629; }
    .off-canvas-desktop .fsLayout.fsTwoColumnLayout .fsStyleColumn-2 {
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: calc( 100% - 361px);
      padding: 0 20px;
      background-color: #ffffff; }
  .off-canvas-desktop .nav-quicklinks-mobile ul, .off-canvas-desktop .nav-quicklinks-mobile li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .off-canvas-desktop .nav-quicklinks-mobile ul.fsNavLevel1 {
    padding-bottom: 35px; }
    .off-canvas-desktop .nav-quicklinks-mobile ul.fsNavLevel1 > li > a {
      padding-top: 24px;
      display: block;
      position: relative; }
      .off-canvas-desktop .nav-quicklinks-mobile ul.fsNavLevel1 > li > a:before {
        top: 26px; }
      .off-canvas-desktop .nav-quicklinks-mobile ul.fsNavLevel1 > li > a:after {
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        top: 0;
        left: 57px;
        right: 64px;
        opacity: 0.2;
        background-color: #000000; }
  .off-canvas-desktop .nav-quicklinks-mobile ul.fsNavLevel2 {
    margin: 0 auto; }
  .off-canvas-desktop .nav-utility-mobile > .fsElementContent {
    max-width: 640px;
    padding-top: 21px;
    margin: 0 auto;
    position: relative; }
    .off-canvas-desktop .nav-utility-mobile > .fsElementContent:before {
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      opacity: 0.2;
      background-color: #000000; }
  .off-canvas-desktop .nav-utility-mobile ul, .off-canvas-desktop .nav-utility-mobile li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .off-canvas-desktop .nav-utility-mobile ul.fsNavLevel1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    .off-canvas-desktop .nav-utility-mobile ul.fsNavLevel1 li a {
      display: block;
      padding-left: 44px;
      color: #6a6a6a; }
      .off-canvas-desktop .nav-utility-mobile ul.fsNavLevel1 li a:before {
        left: 0; }
      .off-canvas-desktop .nav-utility-mobile ul.fsNavLevel1 li a:hover, .off-canvas-desktop .nav-utility-mobile ul.fsNavLevel1 li a:focus {
        color: #802629; }
    .off-canvas-desktop .nav-utility-mobile ul.fsNavLevel1 li.nav-icon-medical > a {
      padding-left: 33px; }
    .off-canvas-desktop .nav-utility-mobile ul.fsNavLevel1 li.nav-icon-alert > a {
      padding-left: 37px; }

/*! navigation - off-canvas v0.0.1 */
.off-canvas-mobile {
  zoom: 1;
  display: block;
  height: calc( 100% - 124px);
  width: 100%;
  overflow-x: hidden;
  overflow-y: visible;
  padding-bottom: 40px;
  position: fixed;
  top: 124px;
  right: -100%;
  z-index: 10000;
  background-color: #802629;
  opacity: 0;
  transition: opacity 0.3s ease, right 0.3s ease, top 0.8s ease; }
  .off-canvas-mobile:after {
    display: table;
    clear: both;
    content: ''; }
  .fsAccountBarVisible .off-canvas-mobile {
    top: 169px;
    height: calc( 100% - 169px); }
  .has-alert-scrolling.alert-hidden .fsAccountBarVisible .off-canvas-mobile {
    top: 169px;
    height: calc( 100% - 169px); }
  .has-alert-scrolling .fsAccountBarVisible .off-canvas-mobile {
    top: 244px;
    height: calc( 100% - 244px); }
  .has-alert-scrolling.alert-hidden .off-canvas-mobile {
    top: 124px;
    height: calc( 100% - 124px); }
  .has-alert-scrolling .off-canvas-mobile {
    top: 199px;
    height: calc( 100% - 199px); }
  .off-canvas-mobile > header {
    display: none; }
  .off-canvas-mobile ul, .off-canvas-mobile li {
    list-style: none;
    padding: 0;
    margin: 0; }

.nav-main-mobile {
  padding-top: 14px;
  padding-bottom: 20px;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  background-color: transparent; }
  .nav-main-mobile a {
    color: #ffffff;
    font-family: "proxima-nova", sans-serif; }
    .nav-main-mobile a:hover, .nav-main-mobile a:focus {
      text-decoration: none; }
  .nav-main-mobile nav a {
    display: block; }
  .nav-main-mobile .menu-toggle {
    display: block;
    width: 50px;
    border: 0;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: calc(100% - 57px);
    cursor: pointer;
    transition: transform 0.3s ease;
    apperance: none;
    background: none; }
    .nav-main-mobile .menu-toggle:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 22px;
      height: 22px;
      position: absolute;
      top: 18px;
      left: calc(50% - 6px);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      color: #ffffff;
      font-size: 19px;
      line-height: 22px;
      text-align: center;
      transition: transform 0.3s ease, color 0.3s ease; }
  .nav-main-mobile .fsNavLevel1 li.fsNavParentPage > .fsNavPageInfo {
    display: none; }
  .nav-main-mobile .fsNavLevel1 > li {
    display: block;
    position: relative;
    transition: color 0.3s ease,
 border 0.3s ease; }
    .nav-main-mobile .fsNavLevel1 > li:last-of-type {
      margin-bottom: 0; }
    .nav-main-mobile .fsNavLevel1 > li.menu-open {
      background-color: #6d2023; }
      .nav-main-mobile .fsNavLevel1 > li.menu-open > a {
        color: #ffffff; }
        .nav-main-mobile .fsNavLevel1 > li.menu-open > a > span:after {
          opacity: 1 !important; }
      .nav-main-mobile .fsNavLevel1 > li.menu-open > .menu-toggle:before {
        color: #ffffff;
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg); }
    .nav-main-mobile .fsNavLevel1 > li.menu-sliding {
      background-color: #6d2023; }
    .nav-main-mobile .fsNavLevel1 > li.fsNavParentPage > a {
      padding-right: 0; }
      .nav-main-mobile .fsNavLevel1 > li.fsNavParentPage > a:after {
        display: block; }
    .nav-main-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a {
      color: #ffffff; }
      .nav-main-mobile .fsNavLevel1 > li[class*="fsNavCurrentPage"] > a span:after {
        opacity: 1; }
    .nav-main-mobile .fsNavLevel1 > li > .menu-toggle:before {
      color: #ffffff;
      left: auto;
      right: 2px; }
    .nav-main-mobile .fsNavLevel1 > li > a {
      display: block;
      border: 0;
      margin-right: 50px;
      padding: 12px 23px 13px 23px;
      position: relative;
      color: #ffffff;
      font-size: 27px;
      line-height: 32px;
      font-family: "baskerville-urw", Georgia, serif;
      font-weight: normal;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none; }
      .nav-main-mobile .fsNavLevel1 > li > a span {
        display: inline-block;
        padding: 0;
        position: relative; }
        .nav-main-mobile .fsNavLevel1 > li > a span:after {
          content: '';
          display: block;
          height: 1px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          background-color: #ffffff;
          transition: opacity 0.3s ease; }
    .nav-main-mobile .fsNavLevel1 > li > .fsNavPageInfo {
      display: none; }
  .nav-main-mobile .fsNavLevel2 {
    padding-top: 0;
    margin-top: -2px;
    padding-bottom: 18px;
    border: 0;
    border-bottom: 1px solid #571a1c;
    background-color: #6d2023; }
    .nav-main-mobile .fsNavLevel2 ul {
      padding-top: 2px; }
    .nav-main-mobile .fsNavLevel2 li {
      position: relative;
      margin: 0 0 10px; }
      .nav-main-mobile .fsNavLevel2 li[class*="fsNavCurrentPage"] > a {
        color: #ffffff; }
        .nav-main-mobile .fsNavLevel2 li[class*="fsNavCurrentPage"] > a > span:after {
          opacity: 1; }
      .nav-main-mobile .fsNavLevel2 li.fsNavParentPage > a {
        padding-right: 50px; }
      .nav-main-mobile .fsNavLevel2 li .menu-toggle {
        display: block;
        width: 50px;
        position: absolute;
        top: 0;
        bottom: calc(100% - 37px);
        cursor: pointer;
        transition: transform 0.3s ease; }
        .nav-main-mobile .fsNavLevel2 li .menu-toggle:before {
          top: 10px;
          left: auto;
          right: 2px; }
      .nav-main-mobile .fsNavLevel2 li.menu-open > a > span:after {
        opacity: 1; }
      .nav-main-mobile .fsNavLevel2 li.menu-open > .menu-toggle:before {
        -ms-transform: translateX(-50%) rotate(90deg);
        transform: translateX(-50%) rotate(90deg); }
      .nav-main-mobile .fsNavLevel2 li a {
        display: block;
        padding: 7px 23px 8px 43px;
        border: 0;
        color: #ffffff;
        font-size: 18px;
        line-height: 25px;
        font-weight: 600;
        letter-spacing: 0.02em;
        font-family: "proxima-nova", sans-serif; }
        .nav-main-mobile .fsNavLevel2 li a:after {
          content: '';
          display: block; }
        .nav-main-mobile .fsNavLevel2 li a span {
          display: inline-block;
          padding: 0;
          position: relative; }
          .nav-main-mobile .fsNavLevel2 li a span:after {
            content: '';
            display: block;
            height: 1px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0;
            background-color: #997273;
            transition: opacity 0.3s ease; }
    .nav-main-mobile .fsNavLevel2 > li {
      display: block;
      position: relative; }
  .nav-main-mobile ul.fsNavLevel3 > li > a {
    padding-left: 63px; }
  .nav-main-mobile ul.fsNavLevel4 > li > a {
    padding-left: 72px; }
  .nav-main-mobile ul.fsNavLevel5 > li > a {
    padding-left: 98px; }
  .nav-main-mobile ul.fsNavLevel6 > li > a {
    padding-left: 124px; }
  .nav-main-mobile ul.fsNavLevel7 > li > a {
    padding-left: 150px; }

.off-canvas-search {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  top: 124px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease 0s, z-index 0s ease 0.3s, padding 0.8s ease;
  background-color: #802629; }
  @media (min-width: 900px) {
    .off-canvas-search {
      padding-top: 5px;
      background-color: transparent; } }
  .fsAccountBarVisible .off-canvas-search {
    top: 169px; }
  @media (min-width: 900px) {
    .sticky .fsAccountBarVisible .off-canvas-search {
      top: 145px; } }
  .has-alert-scrolling.alert-hidden .off-canvas-search {
    top: 124px; }
  .has-alert-scrolling .off-canvas-search {
    top: 199px; }
  @media (min-width: 900px) {
    .has-alert-scrolling.sticky .off-canvas-search {
      top: 175px; } }
  @media (min-width: 900px) {
    .sticky .off-canvas-search,
    .has-alert-scrolling.alert-hidden.sticky .off-canvas-search {
      top: 100px; } }
  .has-alert-scrolling.alert-hidden .fsAccountBarVisible .off-canvas-search {
    top: 169px; }
  .has-alert-scrolling .fsAccountBarVisible .off-canvas-search {
    top: 244px; }
  @media (min-width: 900px) {
    .has-alert-scrolling.sticky .fsAccountBarVisible .off-canvas-search {
      top: 220px; } }
  @media (min-width: 900px) {
    .sticky .fsAccountBarVisible .off-canvas-search,
    .has-alert-scrolling.alert-hidden.sticky .fsAccountBarVisible .off-canvas-search {
      top: 145px; } }
  html.search-active .off-canvas-search {
    opacity: 1;
    z-index: 1000;
    transition: opacity 0.3s ease 0s, z-index 0s ease 0s, padding 0.8s ease;
    pointer-events: auto; }
  .off-canvas-search > header {
    display: none; }
  .off-canvas-search > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .off-canvas-search .search-custom {
    margin-bottom: 40px;
    opacity: 0;
    transition: opacity 0.3s ease 0s; }
    html.search-active .off-canvas-search .search-custom {
      opacity: 1;
      transition: opacity 0.3s ease 0.05s; }
  .off-canvas-search .nav-quicklinks-header .fsElementTitle {
    opacity: 0;
    transition: opacity 0.3s ease 0s; }
    html.search-active .off-canvas-search .nav-quicklinks-header .fsElementTitle {
      opacity: 1;
      transition: opacity 0.3s ease 0.1s; }
  .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li {
    opacity: 0;
    transition: opacity 0.3s ease 0s; }
    html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li {
      opacity: 1; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(1) {
        transition: opacity 0.3s ease 0.16s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(2) {
        transition: opacity 0.3s ease 0.17s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(3) {
        transition: opacity 0.3s ease 0.18s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(4) {
        transition: opacity 0.3s ease 0.19s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(5) {
        transition: opacity 0.3s ease 0.2s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(6) {
        transition: opacity 0.3s ease 0.21s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(7) {
        transition: opacity 0.3s ease 0.22s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(8) {
        transition: opacity 0.3s ease 0.23s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(9) {
        transition: opacity 0.3s ease 0.24s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(10) {
        transition: opacity 0.3s ease 0.25s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(11) {
        transition: opacity 0.3s ease 0.26s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(12) {
        transition: opacity 0.3s ease 0.27s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(13) {
        transition: opacity 0.3s ease 0.28s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(14) {
        transition: opacity 0.3s ease 0.29s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(15) {
        transition: opacity 0.3s ease 0.3s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(16) {
        transition: opacity 0.3s ease 0.31s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(17) {
        transition: opacity 0.3s ease 0.32s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(18) {
        transition: opacity 0.3s ease 0.33s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(19) {
        transition: opacity 0.3s ease 0.34s; }
      html.search-active .off-canvas-search .nav-quicklinks-header .fsNavLevel1 > li:nth-of-type(20) {
        transition: opacity 0.3s ease 0.35s; }

.nav-social-footer ul, .nav-social-footer li {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav-social-footer ul {
  margin-left: -18px;
  margin-right: -18px; }
  .nav-social-footer ul li {
    display: inline-block;
    padding: 0 10px; }
    .nav-social-footer ul li a {
      display: block;
      height: 40px;
      width: 40px;
      padding: 0;
      color: transparent;
      font-size: 0;
      line-height: 0; }
      .nav-social-footer ul li a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        height: 40px;
        width: 40px;
        color: #ffffff;
        font-size: 19px;
        line-height: 40px;
        text-align: center;
        transition: color 0.3s ease; }
      .nav-social-footer ul li a:hover:before, .nav-social-footer ul li a:focus:before {
        color: #878787; }
      .nav-social-footer ul li a[href*="facebook.com"]:before {
        content: ""; }
      .nav-social-footer ul li a[href*="twitter.com"]:before {
        content: ""; }
      .nav-social-footer ul li a[href*="flickr.com"]:before {
        content: ""; }
      .nav-social-footer ul li a[href*="youtube.com"]:before {
        content: ""; }
      .nav-social-footer ul li a[href*="instagram.com"]:before {
        content: ""; }
      .nav-social-footer ul li a[href*="vimeo.com"]:before {
        content: ""; }
      .nav-social-footer ul li a[href*="pinterest.com"]:before {
        content: ""; }
      .nav-social-footer ul li a[href*="snapchat.com"]:before {
        content: ""; }

.nav-utility-footer ul, .nav-utility-footer li {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav-utility-footer ul {
  margin-left: -15px;
  margin-right: -15px; }
  @media (min-width: 450px) {
    .nav-utility-footer ul {
      margin-left: -21px;
      margin-right: -21px; } }
  .nav-utility-footer ul li {
    display: inline-block;
    padding: 0 15px;
    position: relative; }
    @media (min-width: 450px) {
      .nav-utility-footer ul li {
        padding: 0 21px; } }
    .nav-utility-footer ul li:before {
      display: none;
      content: '';
      width: 1px;
      height: 12px;
      position: absolute;
      left: 0;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #ffffff; }
    .nav-utility-footer ul li + li:before {
      display: block; }
    .nav-utility-footer ul li a {
      display: block;
      padding: 0;
      color: #ffffff;
      font-size: 16px;
      line-height: 24px;
      font-weight: 600; }
      .nav-utility-footer ul li a:hover, .nav-utility-footer ul li a:focus {
        color: #878787; }

.nav-utility-mobile ul, .nav-utility-mobile li {
  list-style: none;
  padding: 0;
  margin: 0; }

.nav-utility-mobile ul li {
  display: block;
  padding: 0 0;
  position: relative; }
  .nav-utility-mobile ul li.nav-icon-camera > a:before {
    content: ""; }
  .nav-utility-mobile ul li.nav-icon-newspaper > a:before {
    content: "";
    line-height: 28px; }
  .nav-utility-mobile ul li.nav-icon-calendar > a:before {
    content: ""; }
  .nav-utility-mobile ul li.nav-icon-medical > a:before {
    content: "";
    font-size: 28px; }
  .nav-utility-mobile ul li.nav-icon-people > a:before {
    content: ""; }
  .nav-utility-mobile ul li.nav-icon-alert > a:before {
    content: "";
    font-size: 28px; }
  .nav-utility-mobile ul li a {
    display: block;
    padding: 14px 0 14px 66px;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase; }
    .nav-utility-mobile ul li a:hover, .nav-utility-mobile ul li a:focus {
      color: #878787; }
    .nav-utility-mobile ul li a:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      position: absolute;
      left: 22px;
      top: 9px;
      font-size: 34px;
      line-height: 1; }

/*! structure - header v0.0.1 */
.fsHeader {
  background-color: #ffffff; }
  .fsHeader > .fsBanner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    transition: padding 0.8s ease; }
    html.no-header-transition .fsHeader > .fsBanner {
      transition: none !important; }
    .adding-alert .fsHeader > .fsBanner {
      transition: none !important; }
    .no-hero .fsHeader > .fsBanner,
    .no-hero.has-alert-scrolling.alert-hidden .fsHeader > .fsBanner {
      padding-top: 124px; }
    .no-hero.has-alert-scrolling .fsHeader > .fsBanner {
      padding-top: 199px; }
      @media (min-width: 900px) {
        .no-hero.has-alert-scrolling .fsHeader > .fsBanner {
          padding-top: 199px; } }
    .no-hero.has-alert-scrolling .fsAccountBarVisible .fsHeader > .fsBanner {
      padding-top: 244px; }
    .no-hero.has-alert-scrolling.alert-hidden .fsAccountBarVisible .fsHeader > .fsBanner {
      padding-top: 169px; }
    .has-hero .fsHeader > .fsBanner,
    .has-hero.sticky .fsHeader > .fsBanner,
    .has-hero.has-alert-scrolling.alert-hidden .fsHeader > .fsBanner,
    .has-hero.has-alert-scrolling.alert-hidden.sticky .fsHeader > .fsBanner {
      padding-top: 124px; }
      @media (min-width: 900px) {
        .has-hero .fsHeader > .fsBanner,
        .has-hero.sticky .fsHeader > .fsBanner,
        .has-hero.has-alert-scrolling.alert-hidden .fsHeader > .fsBanner,
        .has-hero.has-alert-scrolling.alert-hidden.sticky .fsHeader > .fsBanner {
          padding-top: 100px; } }
    .has-hero.has-alert-scrolling .fsHeader > .fsBanner,
    .has-hero.has-alert-scrolling.sticky .fsHeader > .fsBanner {
      padding-top: 199px; }
      @media (min-width: 900px) {
        .has-hero.has-alert-scrolling .fsHeader > .fsBanner,
        .has-hero.has-alert-scrolling.sticky .fsHeader > .fsBanner {
          padding-top: 175px; } }
    .has-hero.has-alert-scrolling .fsAccountBarVisible .fsHeader > .fsBanner,
    .has-hero.has-alert-scrolling.sticky .fsAccountBarVisible .fsHeader > .fsBanner {
      padding-top: 244px; }
      @media (min-width: 900px) {
        .has-hero.has-alert-scrolling .fsAccountBarVisible .fsHeader > .fsBanner,
        .has-hero.has-alert-scrolling.sticky .fsAccountBarVisible .fsHeader > .fsBanner {
          padding-top: 220px; } }
    .has-hero.has-alert-scrolling.alert-hidden .fsAccountBarVisible .fsHeader > .fsBanner,
    .has-hero.has-alert-scrolling.sticky.alert-hidden .fsAccountBarVisible .fsHeader > .fsBanner {
      padding-top: 169px; }
      @media (min-width: 900px) {
        .has-hero.has-alert-scrolling.alert-hidden .fsAccountBarVisible .fsHeader > .fsBanner,
        .has-hero.has-alert-scrolling.sticky.alert-hidden .fsAccountBarVisible .fsHeader > .fsBanner {
          padding-top: 145px; } }
    .has-hero body.fsComposeMode .fsHeader > .fsBanner {
      padding-top: 124px; }
    .has-hero.has-alert-scrolling body.fsComposeMode .fsHeader > .fsBanner {
      padding-top: 199px; }
    body.fsComposeMode .fsHeader > .fsBanner .has-hero.has-alert-scrolling .fsAccountBarVisible {
      padding-top: 244px; }
    @media (min-width: 900px) {
      .has-hero-multimedia body:not(.fsComposeMode) .fsHeader > .fsBanner {
        height: 100vh; } }

.header-top {
  padding: 0 20px 0 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #ffffff;
  transition: top 0.8s ease; }
  @media (min-width: 550px) {
    .header-top {
      padding: 0 28px 0 32px; } }
  html body.fsComposeMode .header-top {
    position: absolute; }
  .fsHasTheme4 .header-top {
    background-color: #802629; }
  .adding-alert .header-top {
    transition: none !important; }
  .fsAccountBarVisible .header-top {
    top: 45px; }
  .has-alert-scrolling .header-top {
    top: 75px; }
  .has-alert-scrolling .fsAccountBarVisible .header-top {
    top: 120px; }
  .has-alert-scrolling.alert-hidden .header-top {
    top: 0; }
  .has-alert-scrolling.alert-hidden .fsAccountBarVisible .header-top {
    top: 45px; }
  @media (min-width: 900px) {
    .header-top {
      position: fixed; } }
  .header-top:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d5b8b9; }
  .has-hero .header-top:after {
    display: none; }
  .header-top.fsElement {
    margin-bottom: 0; }
  .header-top > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }
  .header-top .fsTwoColumnLayout {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    height: 124px;
    padding-top: 6px;
    padding-bottom: 12px;
    transition: height 0.3s ease; }
    @media (min-width: 550px) {
      .header-top .fsTwoColumnLayout {
        -ms-flex-flow: row;
        flex-flow: row;
        padding-top: 0;
        padding-bottom: 0; } }
    html.no-header-transition .header-top .fsTwoColumnLayout {
      transition: none !important; }
    @media (min-width: 900px) {
      .sticky .header-top .fsTwoColumnLayout {
        height: 100px; } }
    .header-top .fsTwoColumnLayout.fsElement {
      margin: 0; }
    .header-top .fsTwoColumnLayout > .fsDiv {
      width: auto;
      margin: 0;
      padding: 0;
      transition: height 0.3s ease; }
      @media (min-width: 550px) {
        .header-top .fsTwoColumnLayout > .fsDiv {
          height: 124px; } }
      @media (min-width: 900px) {
        .sticky .header-top .fsTwoColumnLayout > .fsDiv {
          height: 100px; } }
      .header-top .fsTwoColumnLayout > .fsDiv.fsStyleColumn-1 {
        width: 100%;
        height: 62px;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        -ms-flex-order: 2;
        order: 2;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
        position: relative; }
        @media (min-width: 550px) {
          .header-top .fsTwoColumnLayout > .fsDiv.fsStyleColumn-1 {
            -ms-flex-order: 1;
            order: 1;
            -ms-flex: 0 1 auto;
            flex: 0 1 auto;
            width: auto;
            height: auto;
            padding-right: 50px; } }
      .header-top .fsTwoColumnLayout > .fsDiv.fsStyleColumn-2 {
        zoom: 1;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: 40px;
        width: 100%;
        -ms-flex-order: 1;
        order: 1; }
        .header-top .fsTwoColumnLayout > .fsDiv.fsStyleColumn-2:after {
          display: table;
          clear: both;
          content: ''; }
        @media (min-width: 550px) {
          .header-top .fsTwoColumnLayout > .fsDiv.fsStyleColumn-2 {
            padding-top: 0;
            -ms-flex-order: 2;
            order: 2;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            width: auto;
            height: auto;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-flow: row;
            flex-flow: row;
            -ms-flex-pack: end;
            justify-content: flex-end;
            -ms-flex-align: center;
            align-items: center; } }

.site-info-container {
  height: 62px;
  max-width: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 550px) {
    .site-info-container {
      width: auto;
      height: 124px; } }
  @media (min-width: 900px) {
    .sticky .site-info-container {
      height: 100px; } }
  .site-info-container.fsElement {
    margin-bottom: 0; }
  .site-info-container .fsElementHeaderContent,
  .site-info-container .fsElementFooterContent {
    margin: 0; }
  .site-info-container > .fsElementContent {
    display: none; }
    @media (min-width: 900px) {
      .site-info-container > .fsElementContent {
        display: block; } }
  @media (min-width: 900px) {
    .site-info-container > footer {
      display: none; } }
  .site-info-container .logo {
    transition: top 0.2s ease; }
    html.no-header-transition .site-info-container .logo {
      transition: none !important; }
    .site-info-container .logo img {
      display: block;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      max-height: 51px;
      width: auto !important;
      transition: max-height 0.2s ease; }
      @media (min-width: 550px) {
        .site-info-container .logo img {
          max-height: 83px; } }
      html.no-header-transition .site-info-container .logo img {
        transition: none !important; }
  @media (min-width: 900px) {
    .sticky .site-info-container .logo {
      top: 16px; }
    .sticky .site-info-container .logo-image {
      max-height: 68px; }
    .sticky .site-info-container .logo-text {
      max-height: 68px;
      pointer-events: none; } }

.toggle-search-header {
  float: left;
  margin-left: -13px; }
  @media (min-width: 550px) {
    .toggle-search-header {
      margin-right: 4px;
      float: none; } }
  .toggle-search-header.fsElement {
    margin-bottom: 0; }

.toggle-search, .fsSearchElementSearchButton {
  display: block;
  border: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  min-width: 0;
  position: relative;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: opacity 0.3s ease;
  cursor: pointer; }
  .toggle-search:after, .fsSearchElementSearchButton:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #6a6a6a;
    font-size: 27px;
    line-height: 27px;
    transition: color 0.3s ease; }
    .fsHasTheme4 .toggle-search:after, .fsHasTheme4 .fsSearchElementSearchButton:after {
      color: #ffffff; }
  .toggle-search:hover, .toggle-search:focus, .fsSearchElementSearchButton:hover, .fsSearchElementSearchButton:focus {
    opacity: 0.6; }
    .toggle-search:hover:after, .toggle-search:focus:after, .fsSearchElementSearchButton:hover:after, .fsSearchElementSearchButton:focus:after {
      color: #802629; }
      .fsHasTheme4 .toggle-search:hover:after, .fsHasTheme4 .toggle-search:focus:after, .fsHasTheme4 .fsSearchElementSearchButton:hover:after, .fsHasTheme4 .fsSearchElementSearchButton:focus:after {
        color: #ffffff; }
  .toggle-search span, .fsSearchElementSearchButton span {
    position: absolute;
    top: -9999em;
    left: -9999em; }
  html.search-active .toggle-search, html.search-active .fsSearchElementSearchButton {
    z-index: 10000;
    pointer-events: auto; }
    html.search-active .toggle-search:before, html.search-active .toggle-search:after, html.search-active .fsSearchElementSearchButton:before, html.search-active .fsSearchElementSearchButton:after {
      content: '';
      display: block;
      height: 1.5px;
      width: 18px;
      position: absolute;
      top: 50%;
      left: 50%;
      right: auto;
      bottom: auto;
      background-color: #ffffff; }
    html.search-active .toggle-search:before, html.search-active .fsSearchElementSearchButton:before {
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg); }
    html.search-active .toggle-search:after, html.search-active .fsSearchElementSearchButton:after {
      -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg); }

.toggle-menu-header {
  float: right;
  margin-right: -4px; }
  @media (min-width: 550px) {
    .toggle-menu-header {
      float: none;
      margin-right: 0; } }
  .toggle-menu-header.fsElement {
    margin-bottom: 0; }

.toggle-menu {
  display: block;
  border: 0;
  padding: 0;
  height: 40px;
  padding-left: 10px;
  padding-right: 43px;
  position: relative;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: opacity 0.3s ease;
  cursor: pointer; }
  .toggle-menu:before {
    content: '';
    display: block;
    width: 18px;
    height: 3px;
    position: absolute;
    top: 50%;
    right: 3px;
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    transition: right 0.2s cubic-bezier(0.95, 0.05, 0.795, 0.035), transform 0.3s ease, background 0.3s ease;
    background-color: #6a6a6a; }
    .fsHasTheme4 .toggle-menu:before {
      background-color: #ffffff; }
  .toggle-menu:after {
    content: '';
    display: block;
    width: 18px;
    height: 13px;
    border-top: 3px solid #6a6a6a;
    border-bottom: 3px solid #6a6a6a;
    position: absolute;
    top: 50%;
    right: 9px;
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
    transition: transform 0.3s ease, border 0.3s ease; }
    .fsHasTheme4 .toggle-menu:after {
      border-top: 2.5px solid #ffffff;
      border-bottom: 2.5px solid #ffffff; }
  .toggle-menu span {
    color: #6a6a6a;
    font-size: 15px;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    transition: color 0.3s ease; }
    .fsHasTheme4 .toggle-menu span {
      color: #ffffff; }
  .toggle-menu:hover span, .toggle-menu:focus span {
    color: #802629; }
    .fsHasTheme4 .toggle-menu:hover span, .fsHasTheme4 .toggle-menu:focus span {
      color: #ffffff; }
  .toggle-menu:hover:before, .toggle-menu:focus:before {
    right: 9px;
    background-color: #802629; }
    .fsHasTheme4 .toggle-menu:hover:before, .fsHasTheme4 .toggle-menu:focus:before {
      background-color: #ffffff; }
  .toggle-menu:hover:after, .toggle-menu:focus:after {
    border-color: #802629; }
    .fsHasTheme4 .toggle-menu:hover:after, .fsHasTheme4 .toggle-menu:focus:after {
      border-color: #ffffff; }
  .fsHasTheme4 .toggle-menu:hover, .fsHasTheme4 .toggle-menu:focus {
    opacity: 0.6; }
  html.menu-active .toggle-menu {
    z-index: 10000;
    pointer-events: auto; }
    html.menu-active .toggle-menu span {
      color: #ffffff; }
    html.menu-active .toggle-menu:before {
      height: 1.5px;
      right: 9px;
      background-color: #ffffff;
      -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg); }
    html.menu-active .toggle-menu:after {
      height: 1.5px;
      border: 0;
      right: 9px;
      -ms-transform: translateY(-50%) rotate(45deg);
      transform: translateY(-50%) rotate(45deg);
      background-color: #ffffff; }

.nav-quicklinks-header {
  max-width: 580px;
  margin: 0 auto; }
  .nav-quicklinks-header > header > .fsElementTitle {
    margin-bottom: 22px;
    color: #ffffff;
    text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); }
  .nav-quicklinks-header ul, .nav-quicklinks-header li {
    list-style: none;
    padding: 0;
    margin: 0; }
  .nav-quicklinks-header .fsNavLevel1 {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px; }
  .nav-quicklinks-header ul li {
    break-inside: avoid;
    page-break-inside: avoid; }
    .nav-quicklinks-header ul li a {
      padding: 3px 0 3px 0;
      color: #ffffff;
      font-size: 20px;
      line-height: 26px; }
      @media (min-width: 900px) {
        .nav-quicklinks-header ul li a {
          text-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); } }
      .nav-quicklinks-header ul li a:hover, .nav-quicklinks-header ul li a:focus {
        color: #878787; }
        @media (min-width: 900px) {
          .nav-quicklinks-header ul li a:hover, .nav-quicklinks-header ul li a:focus {
            color: #802629; } }

.fsFooter {
  padding: 0 22px; }
  .fsFooter .fsBanner {
    zoom: 1;
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    padding-top: 37px;
    padding-bottom: 26px;
    text-align: center; }
    .fsFooter .fsBanner:after {
      display: table;
      clear: both;
      content: ''; }
    @media (min-width: 700px) {
      .fsFooter .fsBanner {
        padding-top: 20px;
        padding-bottom: 55px; } }

.footer-top.fsElement {
  margin-bottom: 16px; }
  @media (min-width: 700px) {
    .footer-top.fsElement {
      margin-bottom: 11px; } }
  @media (min-width: 700px) {
    .footer-top.fsElement {
      margin-bottom: 1px; } }

.footer-logo {
  zoom: 1; }
  .footer-logo:after {
    display: table;
    clear: both;
    content: ''; }
  .footer-logo > .fsElementContent {
    text-align: center; }
    @media (min-width: 400px) {
      .footer-logo > .fsElementContent {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left; } }
    @media (min-width: 1100px) {
      .footer-logo > .fsElementContent {
        float: left;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  .footer-logo .logo-image {
    display: inline-block; }
  .footer-logo .logo-text {
    display: block;
    margin-top: -1px; }
    @media (min-width: 400px) {
      .footer-logo .logo-text {
        margin-top: -4px;
        padding-left: 15px; } }
  .footer-logo .logo-title {
    color: #ffffff;
    font-size: 30px;
    line-height: 1;
    font-family: "baskerville-urw", Georgia, serif;
    font-weight: normal; }
    @media (min-width: 700px) {
      .footer-logo .logo-title {
        font-size: 35px; } }

.footer-bottom.fsElement {
  margin-bottom: 9px; }
  @media (min-width: 700px) {
    .footer-bottom.fsElement {
      margin-bottom: 1px; } }
  @media (min-width: 1100px) {
    .footer-bottom.fsElement {
      margin-bottom: 9px; } }

.footer-columns.fsLayout {
  margin-left: 0;
  margin-right: 0; }
  @media (min-width: 1100px) {
    .footer-columns.fsLayout {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
      flex-flow: row;
      -ms-flex-align: space-between;
      align-items: space-between; } }
  .footer-columns.fsLayout > .fsDiv {
    width: 100%;
    margin: 0;
    padding: 0; }
    @media (min-width: 1100px) {
      .footer-columns.fsLayout > .fsDiv {
        width: auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }
  .footer-columns.fsLayout .nav-utility-footer {
    text-align: center; }
    .footer-columns.fsLayout .nav-utility-footer.fsElement {
      margin-bottom: 13px; }
      @media (min-width: 700px) {
        .footer-columns.fsLayout .nav-utility-footer.fsElement {
          margin-bottom: 11px; } }
  .footer-columns.fsLayout .nav-social-footer {
    text-align: center; }
    .footer-columns.fsLayout .nav-social-footer.fsElement {
      margin-bottom: 0; }
    @media (min-width: 1100px) {
      .footer-columns.fsLayout .nav-social-footer {
        margin-top: -2px;
        text-align: right; } }

.school-details-container {
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  text-align: center; }
  .school-details-container.fsElement {
    margin-bottom: 26px; }
    @media (min-width: 700px) {
      .school-details-container.fsElement {
        margin-bottom: 13px; } }
  @media (min-width: 1100px) {
    .school-details-container {
      padding-left: 60px;
      text-align: left; } }
  .school-details-container [itemprop='name'] {
    position: absolute;
    top: -9999em;
    left: -9999em; }
  .school-details-container [itemprop='address'] {
    display: inline-block; }
  .school-details-container [itemprop='streetAddress'] {
    display: inline-block; }
  .school-details-container [itemprop='telephone'] {
    display: inline-block;
    padding-left: 24px;
    position: relative; }
    .school-details-container [itemprop='telephone']:before {
      display: block;
      content: '';
      width: 1px;
      height: 12px;
      position: absolute;
      left: 10px;
      top: 50%;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #ffffff; }
  .school-details-container a {
    color: inherit; }

/*! structure - layouts v0.0.1 */
* {
  box-sizing: border-box; }

*:before,
*:after {
  box-sizing: border-box;
  pointer-events: none; }

html {
  font-family: "proxima-nova", sans-serif;
  background: #802629;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body {
  font-size: 16px;
  line-height: 26px;
  color: #3c3c3c; }

#fsPageWrapper {
  position: relative; }

#fsPageBodyWrapper {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 23px;
  padding-bottom: 52px;
  background: #ffffff; }
  @media (min-width: 550px) {
    #fsPageBodyWrapper {
      padding-top: 45px;
      padding-bottom: 95px; } }
  @media (min-width: 600px) {
    #fsPageBodyWrapper {
      padding-left: 32px;
      padding-right: 32px; } }
  @media (min-width: 1000px) {
    #fsPageBodyWrapper {
      padding-top: 74px;
      padding-top: 64px;
      padding-bottom: 95px; } }
  .has-hero #fsPageBodyWrapper {
    padding-top: 55px; }
    @media (min-width: 1000px) {
      .has-hero #fsPageBodyWrapper {
        padding-top: 55px; } }
  .fsAccountBarVisible #fsPageBodyWrapper {
    padding-top: 68px; }

#fsPageBody {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (min-width: 700px) {
    #fsPageBody {
      display: block; } }
  @media (min-width: 1200px) {
    #fsPageBody {
      display: -ms-flexbox;
      display: flex; } }

#fsPageContent {
  width: 100%; }

div[id*="fsBanner"] .fsElement {
  margin-bottom: 56px; }
  div[id*="fsBanner"] .fsElement:last-child {
    margin-bottom: 0; }

div[id*="fsBanner"] .fs_style_6,
div[id*="fsBanner"] .fs_style_7,
div[id*="fsBanner"] .fs_style_8,
div[id*="fsBanner"] .fs_style_10,
div[id*="fsBanner"] .fs_style_11,
div[id*="fsBanner"] .fs_style_12 {
  display: inline-block;
  min-width: 0;
  width: 100%; }

#fsBannerLeft {
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  margin-bottom: 20px;
  float: none !important; }
  .emptyBannerLeft #fsBannerLeft {
    width: 0 !important;
    padding: 0 !important; }
  @media (min-width: 700px) {
    #fsBannerLeft {
      padding-right: 23px;
      width: 243px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0;
      float: left !important; } }
  @media (min-width: 900px) {
    #fsBannerLeft {
      padding-top: 10px; } }
  @media (min-width: 1000px) {
    #fsBannerLeft {
      padding-right: 52px;
      width: 335px; } }
  @media (min-width: 600px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 2;
      order: 2; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 23px;
      width: 243px; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 23px;
      width: 243px; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 23px;
      width: 243px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner.fsHasRightBanner #fsBannerLeft {
      padding-right: 52px;
      width: 335px; } }

#fsPageContent {
  float: none !important;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 700px) {
      .fsHasRightBanner #fsPageContent {
        float: left !important; } }
  @media (min-width: 700px) {
    .fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 243px); } }
  @media (min-width: 1000px) {
    .fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 336px); } }
  .fsHasLeftBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
    @media (min-width: 700px) {
      .fsHasLeftBanner #fsPageContent {
        float: left !important; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner:not(.emptyBannerLeft) #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 243px); } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner:not(.emptyBannerLeft) #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 335px); } }
  .fsHasLeftBanner.fsHasRightBanner #fsPageContent {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
  @media (min-width: 700px) {
    .fsHasLeftBanner.emptyBannerLeft.fsHasRightBanner.emptyBannerRight #fsPageContent {
      width: 100%; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner.emptyBannerRight #fsPageContent {
      width: calc(100% - 243px);
      -ms-flex-order: 2;
      order: 2; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner.emptyBannerLeft.fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      width: calc(100% - 243px); } }
  @media (min-width: 700px) {
    .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 243px); } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.emptyBannerLeft.fsHasRightBanner.emptyBannerLeft #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: 100%;
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner.emptyBannerRight #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 243px);
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner.emptyBannerLeft.fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 243px);
      margin-bottom: 0; } }
  @media (min-width: 800px) {
    .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 243px);
      margin-bottom: 0; } }
  @media (min-width: 900px) {
    .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 243px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 335px);
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.emptyBannerLeft.fsHasRightBanner.emptyBannerLeft #fsPageContent {
      width: calc(100% - 671px); } }
  @media (min-width: 1200px) {
    .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      width: calc(100% - 671px); } }
  @media (min-width: 1200px) {
    .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner.emptyBannerRight #fsPageContent {
      width: calc(100% - 671px); } }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.emptyBannerLeft.fsHasRightBanner:not(.emptyBannerRight) #fsPageContent {
      width: calc(100% - 671px); } }

#fsBannerRight {
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  margin-bottom: 20px;
  float: none !important; }
  @media (min-width: 700px) {
    #fsBannerRight {
      padding-left: 23px;
      width: 243px;
      -ms-flex-order: 3;
      order: 3;
      margin-bottom: 0;
      float: right !important; } }
  @media (min-width: 900px) {
    #fsBannerRight {
      padding-top: 10px; } }
  @media (min-width: 1000px) {
    #fsBannerRight {
      padding-left: 52px;
      width: 336px; } }
  .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
    width: 100%;
    padding-left: 0; }
    @media (min-width: 600px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 3;
        order: 3; } }
    @media (min-width: 700px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 23px;
        width: 243px;
        -ms-flex-order: 3;
        order: 3; } }
    @media (min-width: 800px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        -ms-flex-order: 3;
        order: 3;
        padding-left: 23px;
        width: 243px; } }
    @media (min-width: 1200px) {
      .fsHasLeftBanner.fsHasRightBanner #fsBannerRight {
        padding-left: 52px;
        width: 336px; } }
  .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner:not(.emptyBannerRight) #fsBannerRight {
    width: 100%; }
    @media (min-width: 700px) {
      .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner:not(.emptyBannerRight) #fsBannerRight {
        -ms-flex-order: 3;
        order: 3;
        padding-left: 0;
        width: calc(100% - 243px); } }
    @media (min-width: 900px) {
      .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner:not(.emptyBannerRight) #fsBannerRight {
        -ms-flex-order: 3;
        order: 3;
        padding-left: 0;
        width: calc(100% - 243px); } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner:not(.emptyBannerRight) #fsBannerRight {
        width: calc(100% - 335px); } }
    @media (min-width: 1200px) {
      .fsHasLeftBanner:not(.emptyBannerLeft).fsHasRightBanner:not(.emptyBannerRight) #fsBannerRight {
        padding-left: 52px;
        width: 336px; } }

@media (min-width: 600px) {
  .fsLayout {
    margin-right: -20px;
    margin-left: -20px; } }

.fsLayout .fsDiv {
  margin-bottom: 20px;
  width: 100%;
  float: none; }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      float: left; } }
  @media (min-width: 600px) {
    .fsLayout .fsDiv {
      padding-right: 1.25em;
      padding-left: 1.25em; } }

@media (min-width: 800px) {
  .fsTwoColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 900px) {
  .fsThreeColumnLayout .fsDiv {
    width: 33.33333%; } }

@media (min-width: 800px) {
  .fsFourColumnLayout .fsDiv {
    width: 50%; } }

@media (min-width: 1000px) {
  .fsFourColumnLayout .fsDiv {
    width: 25%; } }

.fsLayout .fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 700px) {
    .fsLayout .fsStyleTwoThirds {
      width: 66.66667%; } }

.fsLayout .fsStyleOneThird {
  width: 100%; }
  @media (min-width: 700px) {
    .fsLayout .fsStyleOneThird {
      width: 33.33333%; } }

div[class*="fsTwoColumnWide"] {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  div[class*="fsTwoColumnWide"] > .fsDiv {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      div[class*="fsTwoColumnWide"] > .fsDiv {
        margin-bottom: 0; } }
    div[class*="fsTwoColumnWide"] > .fsDiv:last-child {
      margin-bottom: 0; }

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 335px); } }
  @media (min-width: 700px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 335px); } }
  .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -ms-flex-order: 1;
        order: 1;
        width: calc(100% - 243px); } }
    @media (min-width: 700px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 335px); } }
    @media (min-width: 800px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        -ms-flex-order: 2;
        order: 2;
        width: calc(100% - 243px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 335px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 243px); } }

.fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 700px) {
    .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 335px;
      padding-right: 52px; } }
  @media (min-width: 700px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      width: 100%;
      padding-right: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .fsHasLeftBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      width: 335px;
      padding-right: 52px;
      margin-bottom: 0; } }
  @media (min-width: 600px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 2;
      order: 2;
      padding-right: 23px;
      width: 243px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 52px;
      width: 335px; } }
  @media (min-width: 800px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 23px;
      width: 243px; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
      padding-right: 52px;
      width: 335px; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideRightLayout > .fsDiv.fsStyleOneThird {
        padding-right: 23px;
        width: 243px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 243px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsPageContent {
      width: calc(100% - 336px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 23px;
      width: 243px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner #fsBannerRight {
      padding-left: 52px;
      width: 336px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 23px;
    width: 243px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 52px;
    width: 335px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 23px;
    width: 243px; } }

@media (min-width: 1100px) {
  .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 52px;
    width: 335px; } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 243px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 335px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 486px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 671px); } }

.fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 23px;
      width: 243px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideRightLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 52px;
      width: 336px; } }

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 336px); } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
    margin-bottom: 20px;
    width: 100%; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 243px);
        margin-bottom: 0; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 336px); } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      width: 100%; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
      width: calc(100% - 336px); } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleTwoThirds {
        width: calc(100% - 243px); } }

.fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
  -ms-flex-order: 3;
  order: 3; }
  @media (min-width: 700px) {
    .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      -ms-flex-order: 3;
      order: 3;
      width: 336px;
      padding-left: 52px; } }
  .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
    width: 100%;
    padding: 0; }
    @media (min-width: 800px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 23px;
        width: 243px; } }
    @media (min-width: 1000px) {
      .fsHasLeftBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 52px;
        width: 336px; } }
  @media (min-width: 700px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      width: 100%;
      padding-left: 0;
      margin-bottom: 20px; } }
  @media (min-width: 1000px) {
    .fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
      width: 336px;
      padding-left: 52px;
      margin-bottom: 0; } }
  .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
    width: 100%; }
    @media (min-width: 1000px) {
      .fsHasLeftBanner.fsHasRightBanner .fsTwoColumnWideLeftLayout > .fsDiv.fsStyleOneThird {
        padding-left: 23px;
        width: 243px; } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 243px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 335px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 243px);
      margin-bottom: 0; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 335px); } }

.fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
  width: 100%;
  padding: 0; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      -ms-flex-order: 2;
      order: 2;
      padding-right: 23px;
      width: 243px; } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 52px;
      width: 335px; } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      -ms-flex-order: 1;
      order: 1;
      padding-right: 23px;
      width: 243px; } }
  @media (min-width: 1000px) {
    .fsHasTwoColumnWideLeftLayout.fsHasLeftBanner #fsBannerLeft {
      padding-right: 52px;
      width: 335px; } }

@media (min-width: 600px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    -ms-flex-order: 2;
    order: 2;
    padding-right: 23px;
    width: 243px; } }

@media (min-width: 700px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 52px;
    width: 335px; } }

@media (min-width: 800px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    -ms-flex-order: 1;
    order: 1;
    padding-right: 23px;
    width: 243px; } }

@media (min-width: 1100px) {
  .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerLeft {
    padding-right: 52px;
    width: 335px; } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 20px;
  width: 100%; }
  @media (min-width: 600px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 1;
      order: 1;
      width: calc(100% - 243px); } }
  @media (min-width: 700px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 335px); } }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      -ms-flex-order: 2;
      order: 2;
      width: calc(100% - 486px);
      margin-bottom: 0; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsPageContent {
      width: calc(100% - 671px); } }

.fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
  width: 100%;
  padding: 0; }
  @media (min-width: 800px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      -ms-flex-order: 3;
      order: 3;
      padding-left: 23px;
      width: 243px; } }
  @media (min-width: 1100px) {
    .fsHasTwoColumnWideLeftLayout.fsHasRightBanner.fsHasLeftBanner #fsBannerRight {
      padding-left: 52px;
      width: 336px; } }

.fsElephantRightLayout,
.fsElephantLeftLayout {
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsElephantRightLayout > div,
  .fsElephantLeftLayout > div {
    padding: 0;
    margin: 0;
    width: 100%;
    float: none;
    margin-bottom: 20px; }
    @media (min-width: 700px) {
      .fsElephantRightLayout > div,
      .fsElephantLeftLayout > div {
        margin-bottom: 0; } }
    .fsElephantRightLayout > div:last-child,
    .fsElephantLeftLayout > div:last-child {
      margin-bottom: 0; }

@media (min-width: 700px) {
  .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 336px); } }

.fsElephantRightLayout > div.fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 800px) {
  .fsElephantRightLayout > div.fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 336px); } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
    width: calc(100% - 243px); } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleTwoThirds {
      width: calc(100% - 243px); } }

@media (min-width: 700px) {
  .fsElephantRightLayout > div.fsStyleOneThird {
    width: 336px;
    padding-left: 52px;
    padding-right: 0; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 336px;
    padding-left: 52px;
    margin-bottom: 0; } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
    width: 243px;
    padding-left: 23px;
    margin-bottom: 0; } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantRightLayout > div.fsStyleOneThird {
      padding-left: 23px;
      width: 243px; } }

@media (min-width: 700px) {
  .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 335px); } }

.fsElephantLeftLayout > div.fsStyleTwoThirds > .fsDiv {
  padding-left: 0;
  padding-right: 0; }

@media (min-width: 800px) {
  .fsElephantLeftLayout > div.fsStyleTwoThirds > .fsTwoColumnLayout {
    margin-right: -20px;
    margin-left: -20px; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 243px); } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: 100%; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
    width: calc(100% - 335px); } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
  width: 100%; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleTwoThirds {
      width: calc(100% - 243px); } }

@media (min-width: 700px) {
  .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 335px;
    padding-right: 52px;
    padding-left: 0; } }

@media (min-width: 700px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasLeftBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 243px;
    padding-right: 23px;
    margin-bottom: 0; } }

@media (min-width: 700px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px; } }

@media (min-width: 1000px) {
  .fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
    width: 335px;
    padding-right: 52px;
    margin-bottom: 0; } }

.fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
  width: 100%;
  padding-left: 0; }
  @media (min-width: 1200px) {
    .fsHasLeftBanner.fsHasRightBanner .fsElephantLeftLayout > div.fsStyleOneThird {
      padding-right: 23px;
      width: 243px; } }

.fsFooter #fsPoweredByFinalsite {
  display: inline-block;
  margin: 0 auto; }
  @media (min-width: 1100px) {
    .fsFooter #fsPoweredByFinalsite {
      display: block;
      float: right; } }

/*! elements - constituent main */
/*! elements - constituent default layout */
.fsConstituent {
  word-break: break-word; }
  .fsConstituent .fsElementPagination {
    margin: 20px 0; }
  .fsConstituent .fsPhoto[style*="background-image"],
  .fsConstituent .fsProfileImage[style*="background-image"] {
    background-size: cover;
    background-position: center;
    display: inline-block; }
    .fsConstituent .fsPhoto[style*="background-image"] > img,
    .fsConstituent .fsProfileImage[style*="background-image"] > img {
      opacity: 0;
      visibility: hidden; }
  .fsConstituent[class*="fsThumbnailAlign"] .fsPhoto img,
  .fsConstituent[class*="fsThumbnailAlign"] .fsProfileImage img {
    float: none;
    margin: 0; }
  .fsConstituent.fsThumbnailAlignLeft .fsPhoto,
  .fsConstituent.fsThumbnailAlignLeft .fsProfileImage {
    float: left;
    padding-right: 0; }
  .fsConstituent.fsThumbnailAlignRight .fsPhoto,
  .fsConstituent.fsThumbnailAlignRight .fsProfileImage {
    float: right;
    padding-left: 0; }

.fsConstituentProfile {
  position: relative; }
  .fsConstituentProfile > div,
  .fsConstituentProfile > h3 {
    margin-bottom: 20px; }
  .fsConstituentProfile > div > strong {
    display: block; }

/*! elements - constituent default layout */
.fsConstituent .fsConstituentItem {
  float: none;
  width: calc(100% - 20px);
  margin: 0 auto 40px; }

.fsConstituent.fsThumbnailAlignLeft .fsPhoto {
  margin-right: 10px;
  margin-bottom: 10px; }

.fsConstituent.fsThumbnailAlignRight .fsPhoto {
  margin-left: 10px;
  margin-bottom: 10px; }

.fsConstituentItem {
  padding-left: 10px;
  padding-right: 10px; }
  .fsConstituentItem > h3,
  .fsConstituentItem > div {
    margin-bottom: 10px; }
    .fsConstituentItem > h3:last-child,
    .fsConstituentItem > div:last-child {
      margin-bottom: 0; }
  .fsConstituentItem .fsPhoto img {
    display: block; }

div[class^="fsConstituentColumnLayout"] {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px; }

@media (min-width: 600px) {
  .fsConstituentColumnLayout_2 .fsConstituentItem,
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px; } }

@media (min-width: 800px) {
  .fsConstituentColumnLayout_3 .fsConstituentItem,
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(33.33% - 20px); } }

@media (min-width: 1000px) {
  .fsConstituentColumnLayout_4 .fsConstituentItem {
    width: calc(25% - 20px); } }

/*! elements - constituent profile */
.fsConstituent.fsProfile .fsFullName {
  margin-bottom: 20px; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
.fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
  float: none;
  width: 100%; }
  @media (min-width: 800px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
    .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
      padding: 0; } }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3:first-child, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3:first-child {
  padding: 0; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
  float: none; }
  @media (min-width: 600px) {
    .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage {
      max-width: 40%; } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 512px; } }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    max-width: 25%; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto .fsProfileImage {
    max-width: 128px; } }

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSection:after, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSection:after {
  display: none; }

.fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%; }
  .fsConstituent.fsProfile.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsConstituent.fsProfile.fsThumbnailAlignRight .fsProfileSectionData > div {
    clear: none; }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-right: 20px;
    float: left; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-left: calc(40% + 20px); } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 532px; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-left: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-left: 148px; } }

@media (min-width: 600px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto .fsProfileImage, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto .fsProfileImage {
    margin-left: 20px;
    float: right; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge .fsHasPhoto > h3 {
    padding-right: calc(40% + 20px); } }

@media (min-width: 1000px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailLarge.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 532px; } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall .fsHasPhoto > h3 {
    padding-right: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsHasPhoto > h3, .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > div:not(.fsProfileImage),
  .fsConstituent.fsProfile.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsHasPhoto > h3 {
    padding-right: 148px; } }

.fsProfileImage {
  margin-bottom: 20px; }
  .fsProfileImage img {
    display: block; }

.fsProfileSection {
  margin-bottom: 20px; }
  .fsProfileSection h4 {
    margin: 0 0 1rem 0; }

.fsProfileSectionData {
  margin-bottom: 1em; }
  .fsProfileSectionData:last-child {
    margin-bottom: 0; }
  .fsProfileSectionData.fsTitle {
    font-weight: inherit;
    font-size: 16px;
    line-height: 26px; }
  .fsProfileSectionData > div {
    width: auto;
    float: none;
    display: block; }
  .fsProfileSectionData.fsStyleHalf {
    width: 100%; }
    @media (min-width: 600px) {
      .fsProfileSectionData.fsStyleHalf {
        width: 50%; } }

.fsProfileSectionSpecialData > div {
  width: auto;
  float: none;
  display: block; }

.fsProfileSectionSpecialData div[id^="fsEmail"] {
  display: inline-block; }

.fsProfileSectionFieldName,
.fsEmail > div:first-child {
  font-weight: 700; }

/*! elements - constituent search */
.fsConstituent.fsSearch {
  overflow: hidden; }
  .fsConstituent.fsSearch + .fsConstituent {
    border-top: solid 1px black;
    margin-top: 20px;
    padding-top: 20px; }

.fsConstituentSearchForm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px; }
  .fsConstituentSearchForm > label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 0 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .fsConstituentSearchForm > label > span {
      margin-bottom: 2px; }
    .fsConstituentSearchForm > label > select,
    .fsConstituentSearchForm > label > input {
      border: solid 1px black;
      -ms-flex-positive: 1;
      flex-grow: 1; }
    .fsConstituentSearchForm > label > select {
      height: 32px;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: 100%; }
  .fsConstituentSearchForm [type*='submit'] {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 10px;
    width: 100%; }
    @media (min-width: 600px) {
      .fsConstituentSearchForm [type*='submit'] {
        width: auto; } }

/*! elements - constituent default layout */
.fsConstituent.fsElementDialog .fsProfileImage:first-child {
  margin-top: 1em; }

.fsConstituent.fsElementDialog .fsProfileImage img {
  float: none;
  margin: 0; }

.fsConstituent .fsDialogContent {
  padding-top: 45px; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
  margin: 0 0 20px 0;
  padding: 0;
  float: none; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
.fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
  float: none;
  width: 100%; }
  @media (min-width: 800px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
      padding: 0; } }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3:first-child, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3:first-child {
  padding: 0; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
  float: none; }
  @media (min-width: 600px) {
    .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage {
      max-width: 40%; } }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    max-width: 25%; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle .fsProfileImage {
    max-width: 128px; } }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSection:after, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSection:after {
  display: none; }

.fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData {
  float: none;
  display: block;
  width: 100%; }
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft .fsProfileSectionData > div, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight .fsProfileSectionData > div {
    clear: none; }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall .fsProfileImage {
    margin-right: 20px;
    float: left; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailLarge > h3 {
    padding-left: calc(40% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall > h3 {
    padding-left: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailSquare > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignLeft.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-left: 148px; } }

@media (min-width: 600px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge .fsProfileImage, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall .fsProfileImage {
    margin-left: 20px;
    float: right; } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailLarge > h3 {
    padding-right: calc(40% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall > h3 {
    padding-right: calc(25% + 20px); } }

@media (min-width: 800px) {
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailSquare > h3, .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > div:not(.fsProfileImage),
  .fsElementDialog .fsHasPhoto.fsThumbnailAlignRight.fsThumbnailSmall.fsThumbnailRectangle > h3 {
    padding-right: 148px; } }

/*! elements - accordion */
.fsAccordion .fsPanel, .fsTabs .fsPanel {
  margin: 0 0 1px; }
  .fsAccordion .fsPanel > header, .fsTabs .fsPanel > header {
    cursor: pointer;
    margin: 0;
    border: 0;
    background: none; }
    .fsAccordion .fsPanel > header h2, .fsTabs .fsPanel > header h2 {
      display: block;
      margin-bottom: 0;
      padding: 8px 19px 6px 19px;
      position: relative;
      color: #802629;
      font-size: 16px;
      line-height: 26px;
      font-family: "proxima-nova", sans-serif;
      text-transform: none;
      font-weight: 600;
      background: #dfdfdf;
      transition: all 0.3s ease; }
      .fsAccordion .fsPanel > header h2 a, .fsTabs .fsPanel > header h2 a {
        font-weight: 600;
        transition: none; }
      .fsAccordion .fsPanel > header h2:before, .fsTabs .fsPanel > header h2:before, .fsAccordion .fsPanel > header h2:after, .fsTabs .fsPanel > header h2:after {
        color: #802629;
        transition: color 0.3s ease, transform 0.3s ease, background 0.3s ease; }
    .fsAccordion .fsPanel > header:hover h2, .fsTabs .fsPanel > header:hover h2 {
      color: #ffffff;
      background: #3c3c3c; }
      .fsAccordion .fsPanel > header:hover h2:before, .fsTabs .fsPanel > header:hover h2:before, .fsAccordion .fsPanel > header:hover h2:after, .fsTabs .fsPanel > header:hover h2:after {
        color: #ffffff !important; }
  .fsAccordion .fsPanel > .fsElementContent, .fsTabs .fsPanel > .fsElementContent {
    padding: 17px 20px 16px 20px; }
    .fsAccordion .fsPanel > .fsElementContent > .fsElement > .fsElementContent > *:last-child, .fsTabs .fsPanel > .fsElementContent > .fsElement > .fsElementContent > *:last-child {
      margin-bottom: 0; }
  .fsAccordion .fsPanel.fsStateOpen, .fsTabs .fsPanel.fsStateOpen {
    margin-bottom: -2px; }
    .fsAccordion .fsPanel.fsStateOpen > header h2, .fsTabs .fsPanel.fsStateOpen > header h2 {
      color: #ffffff;
      background: #802629; }
      .fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsTabs .fsPanel.fsStateOpen > header h2:before, .fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsTabs .fsPanel.fsStateOpen > header h2:after {
        color: #ffffff !important; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2::before, .fsPanelIconBefore.fsTabs .fsPanel > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel > header h2::after,
.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2::before,
.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2::after,
.fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2::after {
  content: "";
  font-family: "IcoMoon";
  font-smoothing: antialiased;
  font-weight: normal;
  speak: none;
  display: block;
  width: 24px;
  height: 24px;
  margin: 0;
  padding-left: 0;
  border: none;
  position: absolute;
  top: 8px;
  color: #802629;
  font-size: 26px;
  line-height: 26px;
  text-align: center;
  font-weight: 500;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.fsPanelIconBefore.fsAccordion .fsPanel > header h2, .fsPanelIconBefore.fsTabs .fsPanel > header h2 {
  padding-left: 41px; }
  .fsPanelIconBefore.fsAccordion .fsPanel > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel > header h2:before {
    left: 11px; }

.fsPanelIconBefore.fsAccordion .fsPanel.fsStateOpen > header h2:before, .fsPanelIconBefore.fsTabs .fsPanel.fsStateOpen > header h2:before {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #ffffff; }

.fsPanelIconAfter.fsAccordion .fsPanel > header h2, .fsPanelIconAfter.fsTabs .fsPanel > header h2 {
  padding-right: 41px; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:before, .fsPanelIconAfter.fsTabs .fsPanel > header h2:before {
    display: none; }
  .fsPanelIconAfter.fsAccordion .fsPanel > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel > header h2:after {
    right: 11px; }

.fsPanelIconAfter.fsAccordion .fsPanel.fsStateOpen > header h2:after, .fsPanelIconAfter.fsTabs .fsPanel.fsStateOpen > header h2:after {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #ffffff; }

.fsAccordion:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before, .fsTabs:not(.fsPanelIconBefore):not(.fsPanelIconAfter) .fsPanel > header h2:before {
  content: ''; }

.fsAccordion .fsPanel > .fsElementContent {
  border: 1px solid #dadada;
  border-top: 0; }

html body.fsAccountBarVisible {
  margin-top: 0; }

#fsAccountBar {
  height: 45px; }

/*
//account bar styling
body.fsAccountBarVisible{
	margin-top:35px;
}

#fsAccountBar{
	//== application.css output (for reference) ==//
		//cursor: default;
		//font-size: 16px;
		//height: 35px;
		//position: fixed;
		//top: 0;
		//width: 100%;
		//z-index: 1000

	background-color:$m1;
	color:#fff;

	padding:0 9%;

	z-index:9999;

	a{
		color:#fff;
	}

	>ul>li{
		cursor:pointer;
		margin:0;
		padding:0 1em;
		&:hover{
			background-color:lighten($m2,5%);
		}
		&:first-child ul{
			margin-left:35px;
		}
	}

	//menus
	.fsAccountBarMenu {
		background-color:$m2;
		border-width:0;
		left:0;
		li:hover{
			background-color:lighten($m2,5%);
		}
		ul{
			background-color:$m2;
			left:100%;
		}
	}
}
*/
/*! elements - athletics main */
/*! elements - athletics events */
.fsAthleticsEvent > .fsElementContent {
  width: 100%; }

.fsAthleticsEvent .fsAlertFeeds {
  margin-bottom: 10px; }

.fsAthleticsEvent .fsElementEventIcon {
  display: inline-block;
  max-width: 100%; }

.fsAthleticsEvent .fsTitle {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0; }

.fsAthleticsEvent div.fsTitle {
  display: inline-block; }

/*! elements - athletics events - list subtype */
.fsAthleticsEvent.fsList .fsElementEventIcon {
  margin-right: 10px; }

.fsAthleticsEvent.fsList .fsAthleticsEventDetailLink {
  outline: 0; }

.fsAthleticsEvent.fsList .fsAlertIcon {
  margin-left: 5px;
  margin-bottom: -3px; }

.fsAthleticsEvent.fsList .fsAthleticsOpponents {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsOpponentNames {
  display: inline; }

.fsAthleticsEvent.fsList .fsAthleticsEventReadMoreLink {
  display: inline-block;
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissal,
.fsAthleticsEvent.fsList .fsAthleticsDeparture,
.fsAthleticsEvent.fsList .fsAthleticsReturn,
.fsAthleticsEvent.fsList .fsAthleticsPickup {
  margin-top: 5px; }

.fsAthleticsEvent.fsList .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsList .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsList .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsList .fsAthleticsPickupLabel {
  display: inline-block; }
  .fsAthleticsEvent.fsList .fsAthleticsDismissalLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsDepartureLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsReturnLabel + div,
  .fsAthleticsEvent.fsList .fsAthleticsPickupLabel + div {
    display: inline-block; }

/*! elements - athletics events */
.fsAthleticsEvent.fsEvent article > div {
  margin-bottom: 10px; }
  .fsAthleticsEvent.fsEvent article > div:last-child {
    margin-bottom: 0; }

.fsAthleticsEvent.fsEvent .fsAthleticsOpponents {
  display: inline-block; }

.fsAthleticsEvent.fsEvent .fsAthleticsVs + div {
  display: inline-block; }

/*! elements - athletics events - table*/
@media (min-width: 801px) {
  .fsAthleticsEvent.fsTable .fsDateTime,
  .fsAthleticsEvent.fsTable .fsAthleticsScore {
    white-space: nowrap; } }

.fsAthleticsEvent.fsTable .fsElementTable {
  margin-bottom: 0; }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable thead {
      display: none; } }
  @media (max-width: 800px) {
    .fsAthleticsEvent.fsTable .fsElementTable td {
      display: inline-block;
      width: 100%;
      padding: 0 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:not(:last-child) {
        border: 0; }
      .fsAthleticsEvent.fsTable .fsElementTable td:first-of-type {
        padding-top: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:last-of-type {
        padding-bottom: 10px; }
      .fsAthleticsEvent.fsTable .fsElementTable td:before {
        display: inline-block;
        font-weight: 700; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsTitle:before {
        content: 'Team: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents {
        display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsVs {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents .fsAthleticsOpponentNames {
          display: inline-block; }
        .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsOpponents:before {
          content: 'Opponent: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDate:before {
        content: 'Date: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime .fsDateTime {
        display: inline-block; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsTime:before {
        content: 'Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsLocations:before {
        content: 'Location: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAdvantage:before {
        content: 'Advantage: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsEventType:before {
        content: 'Type: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDetails:before {
        content: 'Details: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsResult:before {
        content: 'Result: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsScore:before {
        content: 'Score: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsAlerts:before {
        content: 'Alerts: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDismissal:before {
        content: 'Dismissal: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsDeparture:before {
        content: 'Departure: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsReturn:before {
        content: 'Return Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsPickup:before {
        content: 'Pickup Time: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsRecap:before {
        content: 'Recap: '; }
      .fsAthleticsEvent.fsTable .fsElementTable td.fsAthleticsStatus:before {
        content: 'Status: '; } }

.fsAthleticsEvent.fsTable .fsAthleticsDismissalLabel,
.fsAthleticsEvent.fsTable .fsAthleticsDepartureLabel,
.fsAthleticsEvent.fsTable .fsAthleticsReturnLabel,
.fsAthleticsEvent.fsTable .fsAthleticsPickupLabel {
  display: none; }

.fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
  display: inline-block; }
  @media (min-width: 800px) {
    .fsAthleticsEvent.fsTable .fsAthleticsDismissal .fsDateTime {
      display: block; } }

/*! elements - athletics popup modal */
.fsAthleticsEvent.fsDialog .fsAthleticsTitle {
  margin-top: 0;
  font-weight: normal;
  font-family: "baskerville-urw", Georgia, serif;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 15px; }

.fsAthleticsEvent.fsDialog .fsAthleticsLabel {
  font-weight: bold;
  margin-top: 20px; }

.fsAthleticsEvent.fsDialog .fsAthleticsAddress > div {
  margin-top: 10px; }

/*! elements - athletics roster */
.fsAthleticsRoster .fsElementTable td:before, .fsAthleticsRosterList li > div:before {
  margin-right: 5px;
  display: inline-block;
  font-weight: 700; }

.fsAthleticsRoster .fsElementTable td.fsRosterPlayerNumber:before, .fsAthleticsRosterList li > div.fsRosterPlayerNumber:before {
  content: 'Number: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterName:before, .fsAthleticsRosterList li > div.fsRosterName:before {
  content: 'Name: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterPosition:before, .fsAthleticsRosterList li > div.fsRosterPosition:before {
  content: 'Position: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterClass:before, .fsAthleticsRosterList li > div.fsRosterClass:before {
  content: 'Class: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterGradeLevel:before, .fsAthleticsRosterList li > div.fsRosterGradeLevel:before {
  content: 'Grade: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHometown:before, .fsAthleticsRosterList li > div.fsRosterHometown:before {
  content: 'Hometown: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterHeight:before, .fsAthleticsRosterList li > div.fsRosterHeight:before {
  content: 'Height: '; }

.fsAthleticsRoster .fsElementTable td.fsRosterWeight:before, .fsAthleticsRosterList li > div.fsRosterWeight:before {
  content: 'Weight: '; }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable thead {
    display: none; } }

@media (min-width: 800px) {
  .fsAthleticsRoster .fsElementTable td:before {
    display: none; } }

@media (max-width: 800px) {
  .fsAthleticsRoster .fsElementTable td {
    display: inline-block;
    width: 100%;
    padding: 0 10px; }
    .fsAthleticsRoster .fsElementTable td:not(:last-child) {
      border: 0; }
    .fsAthleticsRoster .fsElementTable td:first-of-type {
      padding-top: 10px; }
    .fsAthleticsRoster .fsElementTable td:last-of-type {
      padding-bottom: 10px; } }

.fsAthleticsRosterContent {
  margin-bottom: 20px; }
  .fsAthleticsRosterContent:empty, .fsAthleticsRosterContent:last-child {
    margin-bottom: 0; }

.fsAthleticsRosterList, .fsAthleticsRosterList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsAthleticsRosterList li {
  margin: 0;
  padding: 0; }

.fsAthleticsRosterList li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #262122; }
  .fsAthleticsRosterList li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }
  .fsAthleticsRosterList li > div {
    margin-bottom: 10px; }
    .fsAthleticsRosterList li > div:last-child {
      margin-bottom: 0; }
    .fsAthleticsRosterList li > div.fsRosterName {
      margin-bottom: 10px; }
      .fsAthleticsRosterList li > div.fsRosterName:before {
        display: none; }

.fsAthleticsRosterList .fsCoachImage {
  display: block;
  margin-bottom: 10px; }

/*! elements - athletics teams */
.fsAthleticsTeamDirectory {
  max-width: 100%; }
  .fsAthleticsTeamDirectory, .fsAthleticsTeamDirectory ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsAthleticsTeamDirectory li {
    margin: 0;
    padding: 0; }
  .fsAthleticsTeamDirectory > li {
    margin-bottom: 10px; }
  .fsAthleticsTeamDirectory .fsAthleticsTeamIcon {
    display: inline-block; }

.fsAthleticsTeamIcon {
  margin-right: 10px; }

.fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsBoardElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

/*! _main.scss - src/sass/modules/calendar/ - main calendar import */
/*! _all.scss - src/sass/modules/calendar/list.scss - calendar each article style */
.fsCalendar article {
  min-height: 80px;
  padding-top: 0;
  padding-left: 100px;
  position: relative; }
  .fsCalendar article .fsElementEventColorIcon {
    width: 12px;
    height: 12px; }

.fsCalendar .fsDate {
  height: 80px;
  width: 80px;
  border-radius: 100px;
  position: absolute;
  top: 5px;
  left: 0;
  color: #fff;
  text-align: center;
  background: #802629;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center; }
  .fsCalendar .fsDate > span {
    display: block; }
    .fsCalendar .fsDate > span.fsMonth {
      margin-top: -5px;
      font-size: 14px;
      line-height: 25px;
      letter-spacing: 0.05em;
      font-weight: 600;
      text-transform: uppercase; }
    .fsCalendar .fsDate > span.fsDay {
      margin-top: -1px;
      font-size: 35px;
      line-height: 30px;
      font-family: "baskerville-urw", Georgia, serif; }
    .fsCalendar .fsDate > span.fsYear {
      display: none; }

.fsCalendar .fsTitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600; }
  .fsCalendar .fsTitle a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit; }
    .fsCalendar .fsTitle a:hover, .fsCalendar .fsTitle a:focus {
      color: #802629; }

.fsCalendar .fsMeridian {
  text-transform: lowercase; }

.fsCalendar .fsEventDetails {
  padding-top: 7px; }
  .fsCalendar .fsEventDetails > * {
    font-size: 17px;
    line-height: 25px; }
    .fsCalendar .fsEventDetails > *:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      padding-right: 5px;
      color: #802629; }

.fsCalendar .fsAllDay:before,
.fsCalendar .fsTimeRange:before {
  content: "";
  font-size: 15px; }

.fsCalendar .fsLocation:before {
  content: ""; }

.fsCalendar .fsNotes p:last-child, .fsCalendar .fsDescription p:last-child {
  margin-bottom: 0; }

/*! _list.scss - src/sass/modules/calendar/list.scss - calendar event */
.fsCalendar.fsList .fsListItems + button {
  margin-top: 0; }

/*! _grid.scss - src/sass/modules/calendar/grid.scss - calendar grid */
.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div {
  margin-bottom: 5px; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarInfo > div:last-child {
    margin-bottom: 0; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle {
  font-size: 1.1em;
  font-weight: bold;
  outline: 0; }
  .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarEventTitle + div {
    margin-top: 5px; }

.fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
  line-height: 1; }

@media (min-width: 800px) {
  .fsCalendarEventGrid .fsCalendarRow {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .fsCalendarEventGrid .fsCalendarDaybox {
    height: auto !important;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
        height: auto;
        -ms-flex-positive: 1;
        flex-grow: 1; } }

.fsCalendar.fsGrid .fsCalendarGridControlBar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar:after {
    display: none; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar > div {
    margin: 0; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsDisplayNavigation {
    margin-right: 10px; }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
    width: 100%; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthBrowser {
        width: auto; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
    margin: 10px 0; }
    @media (min-width: 600px) {
      .fsCalendar.fsGrid .fsCalendarGridControlBar .fsElementControls {
        -ms-flex-order: 3;
        order: 3;
        margin: 0; } }
  .fsCalendar.fsGrid .fsCalendarGridControlBar .fsCalendarMonthYearPicker:not(.fsStateHidden) {
    z-index: 1; }

@media screen and (max-width: 799px) {
  .fsCalendar.fsGrid .fsCalendarEventGrid {
    width: 100%;
    margin: 0 auto; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarMonthBrowser {
      margin: 20px 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarRow {
      width: auto;
      display: inline; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox {
      width: 14.28% !important;
      height: 45px !important;
      float: left;
      overflow: hidden !important;
      cursor: pointer;
      min-height: 0;
      position: relative;
      padding: 0;
      margin: 0;
      border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarToday {
        background-color: rgba(128, 38, 41, 0.15); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarOutOfRange {
        background-color: rgba(128, 38, 41, 0.05); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
        .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div {
          position: relative;
          min-height: 0;
          height: 25px;
          border: 1px solid #EDEDED; }
          .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.fsCalendarWeekendDayBox > div.selected {
            background-color: rgba(128, 38, 41, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox.selected {
        background-color: rgba(128, 38, 41, 0.25); }
      .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarDaybox .fsCalendarDate {
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 1;
        font-size: 15px;
        margin-bottom: 0; }
    .fsCalendar.fsGrid .fsCalendarEventGrid .fsCalendarInfo {
      display: none; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow {
      border-left: 1px solid #EDEDED;
      border-right: 1px solid #EDEDED;
      zoom: 1;
      display: block; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:after {
        display: table;
        clear: both;
        content: ''; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:first-child {
        border-top: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarRow:last-child {
        border-bottom: 1px solid #EDEDED; }
    .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox {
      width: 16.666% !important;
      height: 50px !important;
      border: 1px solid #EDEDED; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarWeekendDayBox {
        border: none; }
      .fsCalendar.fsGrid .fsCalendarEventGrid.fsCalendarCombineWeekendDays .fsCalendarDaybox.fsCalendarOutOfRange {
        display: block; } }

#event-view {
  padding: 20px;
  margin: 20px auto 0; }
  #event-view .fsCalendarDaybox {
    height: auto !important; }
    #event-view .fsCalendarDaybox > div {
      margin-bottom: 20px; }
  #event-view .fsCalendarEventTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px; }
  @media screen and (min-width: 800px) {
    #event-view {
      display: none; } }

.scroll-up {
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px; }
  .scroll-up span {
    display: inline-block;
    margin: 0 0 8px;
    padding: 11px 20px 13px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.1em;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    background-color: #3c3c3c;
    transition: all 0.3s ease;
    padding: 10px 20px; }
    @media (min-width: 550px) {
      .scroll-up span {
        min-width: 280px; } }
    .scroll-up span:hover, .scroll-up span:focus,
    .fsStateSelected .scroll-up span {
      color: #ffffff;
      background-color: #232323; }
  .scroll-up + .fsCalendarLegend {
    margin-top: 20px !important; }
  @media screen and (min-width: 800px) {
    .scroll-up {
      display: none; } }

.fsElementEventColorIcon {
  display: inline-block; }

.fsCalendar.fsGrid .fsCalendarEventGrid + .fsCalendarLegend {
  margin-top: 40px; }

.fsCalendar.fsGrid .fsCalendarLegend, .fsCalendar.fsGrid .fsCalendarLegend ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsCalendar.fsGrid .fsCalendarLegend li {
  margin: 0;
  padding: 0; }

.fsCalendar.fsGrid .fsCalendarLegend h4 {
  margin-bottom: 20px; }

@media (min-width: 600px) {
  .fsCalendar.fsGrid .fsCalendarLegend > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.fsCalendar.fsGrid .fsCalendarLegend > ul > li {
  margin-left: 0; }
  @media (min-width: 600px) {
    .fsCalendar.fsGrid .fsCalendarLegend > ul > li {
      width: 49%; } }

.fsCalendar.fsGrid .fsCalendarLegend .fsElementEventColorIcon {
  vertical-align: baseline; }

/*! _slideshow.scss - src/sass/modules/calendar/slideshow.scss - calendar slideshow */
.fsCalendar.fsSlideshow .fsAlertFeeds {
  float: none; }

.fsCalendar.fsSlideshowHorizontal .fsElementSlideshow {
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 0; }

.fsCalendar.fsSlideshowVertical .fsElementSlideshow {
  padding-left: 45px;
  padding-top: 45px;
  padding-bottom: 45px; }

/*! _event.scss - src/sass/modules/calendar/event.scss - calendar event */
/*! elements - forms */
textarea,
input,
select {
  padding: 5px;
  max-width: 100%; }

.fsComposerFormEmbed {
  background: none; }
  .fsComposerFormEmbed body {
    margin: 0; }
  .fsComposerFormEmbed form {
    zoom: 1; }
    .fsComposerFormEmbed form:after {
      display: table;
      clear: both;
      content: ''; }
    .fsComposerFormEmbed form input,
    .fsComposerFormEmbed form textarea,
    .fsComposerFormEmbed form select {
      font-family: "proxima-nova", sans-serif;
      font-size: 16px;
      line-height: 26px;
      color: #3c3c3c; }
    .fsComposerFormEmbed form input {
      border: solid 1px #ccc; }
      .fsComposerFormEmbed form input.fileUploader {
        padding: 0;
        width: 100%;
        border: none; }
    .fsComposerFormEmbed form fieldset {
      padding: 0; }
    .fsComposerFormEmbed form textarea {
      max-width: 100%;
      width: 100%;
      border: solid 1px #ccc; }
    .fsComposerFormEmbed form .mainGroupSub {
      max-width: 100%;
      width: 100% !important; }
    .fsComposerFormEmbed form .formPage {
      margin-bottom: 20px; }
    .fsComposerFormEmbed form .elementRow {
      max-width: 100%;
      margin: 0; }
      .fsComposerFormEmbed form .elementRow:last-child .elementContainer:last-child {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .elementContainer {
      margin: 0 0 20px;
      padding: 0; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementContainer {
          width: 100%; } }
      .fsComposerFormEmbed form .elementContainer label {
        margin-bottom: 2px; }
        .fsComposerFormEmbed form .elementContainer label.horizontal {
          white-space: normal;
          margin-right: 10px !important; }
          .fsComposerFormEmbed form .elementContainer label.horizontal:last-child {
            margin-right: 0; }
      .fsComposerFormEmbed form .elementContainer hr {
        margin: 0 auto; }
      .fsComposerFormEmbed form .elementContainer p:last-child {
        margin-bottom: 0; }
    @media screen and (max-width: 599px) {
      .fsComposerFormEmbed form .elementBody > input {
        width: 100%; } }
    .fsComposerFormEmbed form .elementBody > .descText {
      margin-bottom: 10px; }
    .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
      width: 100%;
      margin: 0;
      padding: 0;
      text-align: left;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementContainer label, .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel {
          width: 20%;
          padding-right: 10px;
          text-align: right;
          float: left; } }
    @media (min-width: 600px) {
      .fsComposerFormEmbed form .labelLeft .elementContainer > label {
        padding: 5px 10px 5px 5px; } }
    .fsComposerFormEmbed form .labelLeft .elementContainer .groupLabel label {
      width: 100%; }
    .fsComposerFormEmbed form .labelLeft .elementContainer fieldset label {
      width: auto; }
    .fsComposerFormEmbed form .labelLeft .elementBody {
      margin: 0;
      width: 100%;
      float: none; }
      @media (min-width: 600px) {
        .fsComposerFormEmbed form .labelLeft .elementBody {
          width: 80%;
          float: left; } }
    .fsComposerFormEmbed form .linkLike {
      color: #802629;
      margin-right: 10px;
      cursor: pointer;
      transition: .3s; }
      .fsComposerFormEmbed form .linkLike:hover {
        color: #878787; }
    .fsComposerFormEmbed form .required {
      color: #802629; }
    .fsComposerFormEmbed form .pageControls {
      padding: 10px 0 !important;
      margin-bottom: 10px; }
      .fsComposerFormEmbed form .pageControls .userConfirmation {
        margin-bottom: 0; }
    .fsComposerFormEmbed form .userConfirmation {
      margin-bottom: 20px; }
      .fsComposerFormEmbed form .userConfirmation .userConfirmationToggle {
        margin-right: 5px; }
      .fsComposerFormEmbed form .userConfirmation > label {
        display: block; }
    .fsComposerFormEmbed form .elementColumn {
      zoom: 1;
      margin-bottom: 20px;
      max-width: 100%; }
      .fsComposerFormEmbed form .elementColumn:after {
        display: table;
        clear: both;
        content: ''; }
      @media screen and (max-width: 599px) {
        .fsComposerFormEmbed form .elementColumn {
          float: none !important;
          width: 100% !important; } }
      .fsComposerFormEmbed form .elementColumn .elementContainer {
        margin-bottom: 0; }
      .fsComposerFormEmbed form .elementColumn .elementBody > input {
        width: 100%; }
    .fsComposerFormEmbed form .pageBreak {
      zoom: 1; }
      .fsComposerFormEmbed form .pageBreak:after {
        display: table;
        clear: both;
        content: ''; }
      .fsComposerFormEmbed form .pageBreak .nextPage, .fsComposerFormEmbed form .pageBreak .prevPage {
        background: none;
        border: none;
        color: #802629;
        transition: .3s;
        outline: 0;
        float: left;
        padding: 0;
        line-height: 1;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .nextPage:hover, .fsComposerFormEmbed form .pageBreak .prevPage:hover {
          color: #878787;
          transition: .3s; }
      .fsComposerFormEmbed form .pageBreak .prevPage {
        margin-right: 10px; }
      .fsComposerFormEmbed form .pageBreak .pagenum {
        display: inline-block;
        float: left;
        line-height: 1;
        margin-right: 10px;
        padding: 10px 0; }
        .fsComposerFormEmbed form .pageBreak .pagenum:empty {
          margin: 0; }
    .fsComposerFormEmbed form .submitBtn {
      display: inline-block;
      margin: 0 0 8px;
      padding: 11px 20px 13px;
      border: 0;
      border-radius: 0;
      letter-spacing: 0.1em;
      color: #ffffff;
      font-size: 16px;
      line-height: 26px;
      text-align: center;
      text-transform: uppercase;
      background-color: #802629;
      transition: all 0.3s ease; }
      @media (min-width: 550px) {
        .fsComposerFormEmbed form .submitBtn {
          min-width: 280px; } }
      .fsComposerFormEmbed form .submitBtn:hover, .fsComposerFormEmbed form .submitBtn:focus,
      .fsStateSelected .fsComposerFormEmbed form .submitBtn {
        color: #ffffff;
        background-color: #591a1c; }
  .fsComposerFormEmbed .ui-widget {
    font-family: "proxima-nova", sans-serif;
    max-width: 100%; }
  .fsComposerFormEmbed .ui-datepicker:empty {
    display: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-header {
    background: none;
    border: none; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next {
    background: none;
    border: none;
    text-align: center;
    font-size: 20px;
    cursor: pointer; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev span, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next span {
      display: none; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
      content: '';
      font-weight: bold;
      transition: .3s; }
    .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:hover:before, .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:hover:before {
      transition: .3s;
      opacity: .5; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next:before {
    content: '\203A'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev:before {
    content: '\2039'; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-next-hover {
    right: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-datepicker-prev-hover {
    left: 2px;
    top: 2px; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-default {
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
  .fsComposerFormEmbed .ui-datepicker .ui-state-active {
    background: rgba(0, 0, 0, 0.1); }
  .fsComposerFormEmbed .ui-datepicker .ui-state-highlight {
    border: solid 1px #d3d3d3;
    background-color: #d3d3d3; }

::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5); }

.fsLocalLiveElement .fsStyleDefaultList {
  padding-left: 0; }

.fsLocalLiveToolsElement .fsStyleUpdateButton {
  min-width: 0;
  margin-left: 10px; }

.fsLocalLiveToolsElement select {
  min-width: 100px; }

@media (max-width: 499px) {
  .fsLocalLiveToolsElement .fsFormFieldWrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fsLocalLiveToolsElement .fsFormFieldWrapper > div {
      width: 100%;
      margin-left: 0 !important;
      margin-bottom: 10px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .fsLocalLiveToolsElement select {
    width: 100%; }
  .fsLocalLiveToolsElement .fsStyleUpdateButton {
    margin-left: 0;
    margin-top: 20px; } }

/*! elements - login */
.fsLogin .fsLoginMainView,
.fsLogin .fsLoginForgotView,
.fsLogin .fsLoginNewView,
.fsLogin .fsResetPasswordView, .fsAccount .fsLoginMainView,
.fsAccount .fsLoginForgotView,
.fsAccount .fsLoginNewView,
.fsAccount .fsResetPasswordView {
  zoom: 1; }
  .fsLogin .fsLoginMainView:after,
  .fsLogin .fsLoginForgotView:after,
  .fsLogin .fsLoginNewView:after,
  .fsLogin .fsResetPasswordView:after, .fsAccount .fsLoginMainView:after,
  .fsAccount .fsLoginForgotView:after,
  .fsAccount .fsLoginNewView:after,
  .fsAccount .fsResetPasswordView:after {
    display: table;
    clear: both;
    content: ''; }
  .fsLogin .fsLoginMainView h3,
  .fsLogin .fsLoginForgotView h3,
  .fsLogin .fsLoginNewView h3,
  .fsLogin .fsResetPasswordView h3, .fsAccount .fsLoginMainView h3,
  .fsAccount .fsLoginForgotView h3,
  .fsAccount .fsLoginNewView h3,
  .fsAccount .fsResetPasswordView h3 {
    margin-bottom: 20px; }
  .fsLogin .fsLoginMainView span,
  .fsLogin .fsLoginForgotView span,
  .fsLogin .fsLoginNewView span,
  .fsLogin .fsResetPasswordView span, .fsAccount .fsLoginMainView span,
  .fsAccount .fsLoginForgotView span,
  .fsAccount .fsLoginNewView span,
  .fsAccount .fsResetPasswordView span {
    margin-bottom: 2px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginMainView button,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView button,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsLoginNewView button,
  .fsLogin .fsResetPasswordView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginMainView button,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView button,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsLoginNewView button,
  .fsAccount .fsResetPasswordView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView button {
    display: inline-block;
    margin: 0 0 8px;
    padding: 11px 20px 13px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.1em;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    background-color: #3c3c3c;
    transition: all 0.3s ease; }
    @media (min-width: 550px) {
      .fsLogin .fsLoginMainView .fsLoginSubmit,
      .fsLogin .fsLoginMainView button,
      .fsLogin .fsLoginForgotView .fsLoginSubmit,
      .fsLogin .fsLoginForgotView button,
      .fsLogin .fsLoginNewView .fsLoginSubmit,
      .fsLogin .fsLoginNewView button,
      .fsLogin .fsResetPasswordView .fsLoginSubmit,
      .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit,
      .fsAccount .fsLoginMainView button,
      .fsAccount .fsLoginForgotView .fsLoginSubmit,
      .fsAccount .fsLoginForgotView button,
      .fsAccount .fsLoginNewView .fsLoginSubmit,
      .fsAccount .fsLoginNewView button,
      .fsAccount .fsResetPasswordView .fsLoginSubmit,
      .fsAccount .fsResetPasswordView button {
        min-width: 280px; } }
    .fsLogin .fsLoginMainView .fsLoginSubmit:hover, .fsLogin .fsLoginMainView .fsLoginSubmit:focus,
    .fsStateSelected .fsLogin .fsLoginMainView .fsLoginSubmit,
    .fsLogin .fsLoginMainView button:hover,
    .fsLogin .fsLoginMainView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginMainView button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:hover,
    .fsLogin .fsLoginForgotView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsLoginForgotView .fsLoginSubmit,
    .fsLogin .fsLoginForgotView button:hover,
    .fsLogin .fsLoginForgotView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginForgotView button,
    .fsLogin .fsLoginNewView .fsLoginSubmit:hover,
    .fsLogin .fsLoginNewView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsLoginNewView .fsLoginSubmit,
    .fsLogin .fsLoginNewView button:hover,
    .fsLogin .fsLoginNewView button:focus,
    .fsStateSelected
    .fsLogin .fsLoginNewView button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:hover,
    .fsLogin .fsResetPasswordView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsLogin .fsResetPasswordView .fsLoginSubmit,
    .fsLogin .fsResetPasswordView button:hover,
    .fsLogin .fsResetPasswordView button:focus,
    .fsStateSelected
    .fsLogin .fsResetPasswordView button, .fsAccount .fsLoginMainView .fsLoginSubmit:hover, .fsAccount .fsLoginMainView .fsLoginSubmit:focus,
    .fsStateSelected .fsAccount .fsLoginMainView .fsLoginSubmit,
    .fsAccount .fsLoginMainView button:hover,
    .fsAccount .fsLoginMainView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginMainView button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:hover,
    .fsAccount .fsLoginForgotView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsLoginForgotView .fsLoginSubmit,
    .fsAccount .fsLoginForgotView button:hover,
    .fsAccount .fsLoginForgotView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginForgotView button,
    .fsAccount .fsLoginNewView .fsLoginSubmit:hover,
    .fsAccount .fsLoginNewView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsLoginNewView .fsLoginSubmit,
    .fsAccount .fsLoginNewView button:hover,
    .fsAccount .fsLoginNewView button:focus,
    .fsStateSelected
    .fsAccount .fsLoginNewView button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:hover,
    .fsAccount .fsResetPasswordView .fsLoginSubmit:focus,
    .fsStateSelected
    .fsAccount .fsResetPasswordView .fsLoginSubmit,
    .fsAccount .fsResetPasswordView button:hover,
    .fsAccount .fsResetPasswordView button:focus,
    .fsStateSelected
    .fsAccount .fsResetPasswordView button {
      color: #ffffff;
      background-color: #232323; }
    .fsLogin .fsLoginMainView .fsLoginSubmit + button,
    .fsLogin .fsLoginMainView button + button,
    .fsLogin .fsLoginForgotView .fsLoginSubmit + button,
    .fsLogin .fsLoginForgotView button + button,
    .fsLogin .fsLoginNewView .fsLoginSubmit + button,
    .fsLogin .fsLoginNewView button + button,
    .fsLogin .fsResetPasswordView .fsLoginSubmit + button,
    .fsLogin .fsResetPasswordView button + button, .fsAccount .fsLoginMainView .fsLoginSubmit + button,
    .fsAccount .fsLoginMainView button + button,
    .fsAccount .fsLoginForgotView .fsLoginSubmit + button,
    .fsAccount .fsLoginForgotView button + button,
    .fsAccount .fsLoginNewView .fsLoginSubmit + button,
    .fsAccount .fsLoginNewView button + button,
    .fsAccount .fsResetPasswordView .fsLoginSubmit + button,
    .fsAccount .fsResetPasswordView button + button {
      margin-left: 10px; }
  .fsLogin .fsLoginMainView .fsLoginSubmit,
  .fsLogin .fsLoginForgotView .fsLoginSubmit,
  .fsLogin .fsLoginNewView .fsLoginSubmit,
  .fsLogin .fsResetPasswordView .fsLoginSubmit, .fsAccount .fsLoginMainView .fsLoginSubmit,
  .fsAccount .fsLoginForgotView .fsLoginSubmit,
  .fsAccount .fsLoginNewView .fsLoginSubmit,
  .fsAccount .fsResetPasswordView .fsLoginSubmit {
    display: block; }
  .fsLogin .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginMainView .fsLoginNewAccountLink,
  .fsLogin .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginForgotView .fsLoginNewAccountLink,
  .fsLogin .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsLogin .fsLoginNewView .fsLoginNewAccountLink,
  .fsLogin .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsLogin .fsResetPasswordView .fsLoginNewAccountLink, .fsAccount .fsLoginMainView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginMainView .fsLoginNewAccountLink,
  .fsAccount .fsLoginForgotView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginForgotView .fsLoginNewAccountLink,
  .fsAccount .fsLoginNewView .fsLoginForgotPasswordLink,
  .fsAccount .fsLoginNewView .fsLoginNewAccountLink,
  .fsAccount .fsResetPasswordView .fsLoginForgotPasswordLink,
  .fsAccount .fsResetPasswordView .fsLoginNewAccountLink {
    margin-bottom: 10px; }

.fsLogin .fsLoginForgotView .fsLoginForgotEmail, .fsAccount .fsLoginForgotView .fsLoginForgotEmail {
  display: block; }

.fsLogin .fsLoginNewFields .fsLoginNewCaptcha, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha {
  margin-bottom: 20px; }
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_area,
  .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_table {
    max-width: 100%; }
  @media screen and (max-width: 599px) {
    .fsLogin .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div, .fsAccount .fsLoginNewFields .fsLoginNewCaptcha #recaptcha_widget_div {
      overflow: hidden;
      border-radius: 5px; } }

.fsLogin .fsLoginNewSuccess button, .fsAccount .fsLoginNewSuccess button {
  margin-top: 20px; }

.fsLogin .fsResetPasswordFields > div, .fsAccount .fsResetPasswordFields > div {
  margin-bottom: 20px; }
  .fsLogin .fsResetPasswordFields > div:last-child, .fsAccount .fsResetPasswordFields > div:last-child {
    margin-bottom: 0; }

.fsLogin .fsResetPasswordFields label > span, .fsAccount .fsResetPasswordFields label > span {
  display: block; }

.fsLogin .fsResetPasswordFields label > input, .fsAccount .fsResetPasswordFields label > input {
  margin-bottom: 20px; }

.fsAccount .fsAccountGreeting {
  margin-bottom: 20px; }

.fsAccount .fsAccountLinks {
  margin: 0; }

.fsAccount .fsAccountLogout {
  display: block;
  margin-top: 20px; }
  .fsAccount .fsAccountLogout a {
    display: inline-block;
    margin: 0 0 8px;
    padding: 11px 20px 13px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.1em;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    background-color: #3c3c3c;
    transition: all 0.3s ease; }
    @media (min-width: 550px) {
      .fsAccount .fsAccountLogout a {
        min-width: 280px; } }
    .fsAccount .fsAccountLogout a:hover, .fsAccount .fsAccountLogout a:focus,
    .fsStateSelected .fsAccount .fsAccountLogout a {
      color: #ffffff;
      background-color: #232323; }

.fsMediaCustomPlayer {
  background: none;
  position: relative;
  color: #3c3c3c;
  font-family: "proxima-nova", sans-serif; }
  .fsMediaCustomPlayer article {
    position: relative; }

.fsCustomSlider .fsElement {
  margin-bottom: 0; }

.fsCustomSlider .slick-next, .fsCustomSlider .slick-prev {
  background: none;
  border: none;
  color: transparent;
  height: 40px;
  padding: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  z-index: 2; }
  .fsCustomSlider .slick-next:before, .fsCustomSlider .slick-prev:before {
    color: #fff;
    display: block;
    font-size: 50px;
    font-weight: normal;
    height: 100%;
    left: 0;
    line-height: 30px;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center; }

.fsCustomSlider .slick-next {
  left: auto;
  right: 0; }
  .fsCustomSlider .slick-next:before {
    content: '\203A'; }

.fsCustomSlider .slick-prev {
  left: 0;
  right: auto; }
  .fsCustomSlider .slick-prev:before {
    content: '\2039'; }

.fsCustomSlider .slider-play-btn {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #6d2023;
  font-size: 0;
  width: 30px;
  height: 30px;
  border: 0;
  padding: 0;
  z-index: 1;
  line-height: 42px; }
  .fsCustomSlider .slider-play-btn:before {
    content: "";
    color: #fff;
    font-size: 16px;
    font-family: "baskerville-urw", Georgia, serif; }

.fsCustomSlider.slider-paused .slider-play-btn:before {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-left: 13px solid #fff;
  border-bottom: 7px solid transparent;
  display: inline-block; }

.fsCustomSlider.slider-playing .slider-play-btn:before, .fsCustomSlider.slider-playing .slider-play-btn:after {
  content: "";
  width: 3px;
  height: 18px;
  background-color: #fff;
  display: inline-block;
  margin: 6px 2px 0; }

.fsCustomSlider .slick-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }
  .fsCustomSlider .slick-dots, .fsCustomSlider .slick-dots ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .fsCustomSlider .slick-dots li {
    margin: 0;
    padding: 0; }
  .fsCustomSlider .slick-dots li {
    display: inline-block; }
  .fsCustomSlider .slick-dots li + li {
    margin-left: 6px; }
  .fsCustomSlider .slick-dots button {
    border: 0;
    background-color: transparent;
    padding: 0;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 100%;
    font-size: 0; }
  .fsCustomSlider .slick-dots .slick-active button {
    background-color: #fff; }

.fsCustomSlider .caption-wrapper {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 26px;
  width: 100%;
  background-color: #6d2023;
  color: #fff; }
  .fsCustomSlider .caption-wrapper .caption-inner {
    padding: 10px 10px 30px; }
  @media (min-width: 800px) {
    .fsCustomSlider .caption-wrapper {
      padding: 30px 20px;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(109, 32, 35, 0.5); } }
  .fsCustomSlider .caption-wrapper a {
    color: rgba(255, 255, 255, 0.5); }
    .fsCustomSlider .caption-wrapper a:hover {
      text-decoration: underline; }
  .fsCustomSlider .caption-wrapper.is-empty {
    display: none; }

@media (min-width: 800px) {
  .fsCustomSlider .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-family: "baskerville-urw", Georgia, serif;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 20px;
    color: #fff;
    margin-bottom: 0; } }

@media (min-width: 800px) {
  .fsCustomSlider .caption-desc {
    display: block; } }

.fsCustomSlider .caption-desc p:last-child {
  margin-bottom: 0; }

.fsCustomSlider .caption-desc:empty {
  display: none; }

.fsNews.fsList article {
  margin-bottom: 0;
  padding-bottom: 10px; }
  .fsNews.fsList article + article {
    padding-top: 11px;
    border-top: 1px solid #dfdfdf; }
  .fsNews.fsList article:last-of-type {
    padding-bottom: 0; }

.fsNews .fsThumbnail {
  margin-top: 8px;
  margin-bottom: 11px;
  position: relative;
  z-index: 2; }
  .fsNews .fsThumbnail .fsCroppedImage {
    display: block; }

.fsNews .fsTitle {
  display: block;
  color: #262122;
  font-size: 25px;
  line-height: 32px;
  font-family: "baskerville-urw", Georgia, serif;
  font-weight: normal; }
  .fsNews .fsTitle a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit; }
    .fsNews .fsTitle a:hover, .fsNews .fsTitle a:focus {
      color: #878787;
      text-decoration: underline; }

.fsNews .fsSummary {
  display: block;
  padding-top: 11px; }
  .fsNews .fsSummary *:last-child {
    margin-bottom: 0; }

.fsNews .fsReadMoreLink {
  display: block;
  padding-top: 10px; }

.fsNews .fsElementFooterContent {
  margin-top: 14px;
  padding-top: 11px;
  border-top: 1px solid #dfdfdf; }

.fsNews.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsNews.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsNews.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

.fsPostElement.fsList article {
  margin-bottom: 0;
  padding-bottom: 10px; }
  .fsPostElement.fsList article + article {
    padding-top: 11px;
    border-top: 1px solid #dfdfdf; }
  .fsPostElement.fsList article:last-of-type {
    padding-bottom: 0; }

.fsPostElement .fsThumbnail {
  margin-top: 8px;
  margin-bottom: 11px;
  position: relative;
  z-index: 2; }
  .fsPostElement .fsThumbnail .fsCroppedImage {
    display: block; }

.fsPostElement .fsTitle {
  display: block;
  color: #262122;
  font-size: 25px;
  line-height: 32px;
  font-family: "baskerville-urw", Georgia, serif;
  font-weight: normal; }
  .fsPostElement .fsTitle a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit; }
    .fsPostElement .fsTitle a:hover, .fsPostElement .fsTitle a:focus {
      color: #878787;
      text-decoration: underline; }

.fsPostElement .fsSummary {
  display: block;
  padding-top: 11px; }
  .fsPostElement .fsSummary *:last-child {
    margin-bottom: 0; }

.fsPostElement .fsReadMoreLink {
  display: block;
  padding-top: 10px; }

.fsPostElement .fsElementFooterContent {
  margin-top: 14px;
  padding-top: 11px;
  border-top: 1px solid #dfdfdf; }

.fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignLeft .fsThumbnail {
      float: left; } }

.fsPostElement.fsThumbnailAlignRight .fsThumbnail {
  float: none; }
  @media (min-width: 600px) {
    .fsPostElement.fsThumbnailAlignRight .fsThumbnail {
      float: right; } }

/*! _main.scss - src/sass/modules/search/ - main search import */
.fsSearch form.gsc-search-box-tools {
  margin-bottom: 0;
  overflow: hidden;
  font-size: inherit; }
  .fsSearch form.gsc-search-box-tools table {
    border: 0; }
  .fsSearch form.gsc-search-box-tools > table.gsc-search-box {
    margin-bottom: 0;
    position: relative; }
  .fsSearch form.gsc-search-box-tools td.gsib_a {
    padding: 0; }
  .fsSearch form.gsc-search-box-tools td.gsib_b {
    display: none !important; }
  .fsSearch form.gsc-search-box-tools table.gsc-branding {
    display: none; }

/*! _custom.scss - src/sass/modules/search/ - custom site search, design based */
.fsSearch.site-search {
  margin-bottom: 20px; }
  .fsSearch.site-search form.gsc-search-box-tools {
    width: 400px; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
      padding: 0; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
        border: 0;
        height: 100%; }
        .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
          background: #6d2023 !important;
          background-image: none !important;
          width: 100%;
          height: 40px !important;
          color: #ffffff;
          padding-left: 10px !important;
          padding-right: 10px !important;
          margin: 0 !important;
          border-radius: 0 !important;
          font-size: 16px;
          font-family: "proxima-nova", sans-serif; }
    .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
      padding: 0;
      overflow: hidden;
      height: 40px;
      width: 75px;
      background: #802629;
      position: relative;
      transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
        content: "Search";
        color: #fff;
        font-family: "proxima-nova", sans-serif;
        opacity: 1;
        display: block;
        position: absolute;
        text-align: center;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        line-height: 40px;
        font-size: 16px; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
        background: black;
        transition: .3s; }
      .fsSearch.site-search form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
        border: 0;
        height: 100%;
        width: 100%;
        color: transparent;
        opacity: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }

.search-custom {
  position: relative;
  height: 60px; }
  .search-custom .fsElementContent {
    position: relative; }
  .search-custom button {
    height: 32px;
    width: 32px;
    border: 0;
    position: absolute;
    right: 0;
    top: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none; }
    .search-custom button:focus {
      color: #ffffff; }
  .search-custom form {
    width: 100%;
    border: 0;
    border-radius: 0;
    position: relative;
    background: #ffffff;
    transition: border 0.3s ease; }
    .search-custom form .search-submit, .search-custom form .fsSearchElementSearchButton {
      display: block;
      height: 60px;
      width: 73px;
      min-width: 0;
      margin-top: 0;
      font-size: 0;
      padding: 0;
      border: 0;
      position: absolute;
      right: 0;
      top: 0;
      text-align: center;
      background: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none; }
      .search-custom form .search-submit:before, .search-custom form .fsSearchElementSearchButton:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 12px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #802629;
        font-size: 36px;
        line-height: 36px;
        background: transparent;
        height: auto; }
      .search-custom form .search-submit:after, .search-custom form .fsSearchElementSearchButton:after {
        display: none; }
  .search-custom .search-input,
  .search-custom .fsStyleSearchField {
    width: 100%;
    height: 60px;
    padding: 0 112px 0 20px;
    border: 0;
    color: #3c3c3c;
    font-size: 16px;
    line-height: 60px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    background: #ffffff; }
    .search-custom .search-input::-ms-clear,
    .search-custom .fsStyleSearchField::-ms-clear {
      display: none; }
  .search-custom .fsButtonClear {
    right: 80px;
    cursor: pointer; }

.fsSearchElement .fsFieldLabel {
  display: none; }

/*
.search-custom-mobile {
  margin-right: 60px;

  &.fsElement {
    margin-bottom: 0;
  }

  > .fsElementContent {
    padding: 15px 0 1px 0px;
  }

  .search-form {
    background: none;
    position: relative;
    height: 40px;
    width: 100%;
    border: 1px solid rgba(#ffffff, 0.2);
    border-radius: 3px;
  }

  .search-input {
    width: 100%;
    padding: 0 10px 0 38px;
    // outline: 0;
    // border: 1px solid rgba(#cccccc, 0.3);
    border: 0;

    color: #ffffff;
    font-family: $sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 38px;

    // background-color: $m3;
    box-shadow: none;
    text-shadow: none;
    background: none;

    height: 38px;

    &::-ms-clear {
      display: none;
    }
  }

  .search-submit {
    display: block;
    padding: 0 0 0 0;
    // outline: 0;
    border: 0;

    position: absolute;
    left: 0;
    top: 0;

    text-align: center;

    background-color: transparent;
    -webkit-appearance: none;
    appearance: none;

    &:before {
      @include font-icon($icon-search);

      display: block;
      width: 39px;
      height: 38px;
      // padding-top: 1px;

      color: #ffffff;
      font-size: 12px;
      line-height: 38px;
      text-align: center;

      background: transparent;
    }
  }
}
*/
/*! _search-box.scss - src/sass/modules/search/ - sitewide search box */
.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input {
  padding: 0; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box {
    border: 0;
    height: 100%;
    border: solid 1px #3c3c3c; }
    .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-input div.gsc-input-box input.gsc-input {
      background: #fff !important;
      background-image: none !important;
      width: 100%;
      height: 40px !important;
      color: #3c3c3c;
      padding-left: 10px !important;
      padding-right: 85px !important;
      margin: 0 !important;
      border-radius: 0 !important;
      font-size: 16px;
      font-family: "proxima-nova", sans-serif; }

.fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button {
  padding: 0;
  overflow: hidden;
  height: 100%;
  width: 75px;
  background: #3c3c3c;
  position: absolute;
  transition: .3s;
  right: 0;
  top: 0; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:after {
    content: "Search";
    color: #fff;
    opacity: 1;
    display: block;
    position: absolute;
    text-align: center;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    line-height: 40px;
    font-size: 16px;
    font-family: "proxima-nova", sans-serif; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button:hover {
    background: black;
    transition: .3s; }
  .fsSearch:not(.site-search) form.gsc-search-box-tools > table.gsc-search-box td.gsc-search-button input.gsc-search-button {
    border: 0;
    height: 100%;
    width: 100%;
    color: transparent;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0; }

/*! _search-results.scss - src/sass/modules/search/ - sitewide search results */
.fsSearchResults form.gsc-search-box-tools, .fsSearchFieldWithResults form.gsc-search-box-tools {
  margin-bottom: 20px; }

.fsSearchResults .gsc-control-cse, .fsSearchFieldWithResults .gsc-control-cse {
  padding: 0;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px; }

.fsSearchResults .gsc-results, .fsSearchFieldWithResults .gsc-results {
  width: 100%; }

.fsSearchResults .gsc-webResult .gsc-result, .fsSearchFieldWithResults .gsc-webResult .gsc-result {
  margin-bottom: 20px;
  border-bottom: solid 1px #ccc !important;
  padding: 0 0 20px; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-result .gs-snippet, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-result .gs-snippet {
    color: #3c3c3c; }
  .fsSearchResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-webResult div.gs-visibleUrl, .fsSearchFieldWithResults .gsc-webResult .gsc-result .gs-imageResult div.gs-visibleUrl {
    color: #6d2023; }

.fsSearchResults .gsc-table-result, .fsSearchResults .gsc-thumbnail-inside, .fsSearchResults .gsc-url-top, .fsSearchFieldWithResults .gsc-table-result, .fsSearchFieldWithResults .gsc-thumbnail-inside, .fsSearchFieldWithResults .gsc-url-top {
  padding: 0; }

.fsSearchResults div.gs-title, .fsSearchFieldWithResults div.gs-title {
  margin-bottom: 10px; }

.fsSearchResults a.gs-title, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page, .fsSearchFieldWithResults a.gs-title, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #802629 !important;
  outline: transparent; }
  .fsSearchResults a.gs-title:hover, .fsSearchResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover, .fsSearchFieldWithResults a.gs-title:hover, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #878787 !important; }

.fsSearchResults .gsc-control-cse .gs-spelling, .fsSearchResults .gsc-control-cse .gs-result .gs-title, .fsSearchResults .gsc-control-cse .gs-result .gs-title *, .fsSearchFieldWithResults .gsc-control-cse .gs-spelling, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title, .fsSearchFieldWithResults .gsc-control-cse .gs-result .gs-title * {
  font-size: 16px; }

.fsSearchResults .gsc-results .gsc-cursor-box, .fsSearchFieldWithResults .gsc-results .gsc-cursor-box {
  margin: 10px 0; }

/*! elements - social main */
/*! elements - social facebook */
.fsFacebook {
  margin-bottom: 20px; }

.fsFacebookList, .fsFacebookList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsFacebookList li {
  margin: 0;
  padding: 0; }

.fsFacebookList .fsFacebookListItem {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dddedf; }

.fsFacebookExtras {
  margin-top: 10px; }
  .fsFacebookExtras .fsFacebookThumb {
    margin-bottom: 10px;
    display: block; }
  .fsFacebookExtras .fsFacebookTitle[href*="https://www.facebook.com/finalsite/photos"] {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block; }

.fsFacebookFollow {
  margin-top: 20px; }

/*! elements - social twitter */
.fsTwitter {
  margin-bottom: 20px; }

/*! elements - social vimeo */
.fsVimeo {
  margin-bottom: 20px; }
  .fsVimeo iframe.fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsVimeoList, .fsVimeoList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsVimeoList li {
  margin: 0;
  padding: 0; }

.fsVimeoList .fsVimeoListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6;
  cursor: pointer; }
  .fsVimeoList .fsVimeoListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsVimeoList .fsVimeoListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsVimeoList .fsVimeoListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsVimeoThumb {
  margin-bottom: 10px;
  margin-right: 20px; }
  @media (min-width: 600px) {
    .fsVimeoThumb {
      float: left;
      margin-bottom: 0; } }

.vimeo_view_link a {
  display: inline-block;
  margin: 0 0 8px;
  padding: 11px 20px 13px;
  border: 0;
  border-radius: 0;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  background-color: #3c3c3c;
  transition: all 0.3s ease; }
  @media (min-width: 550px) {
    .vimeo_view_link a {
      min-width: 280px; } }
  .vimeo_view_link a:hover, .vimeo_view_link a:focus,
  .fsStateSelected .vimeo_view_link a {
    color: #ffffff;
    background-color: #232323; }

/*! elements - social youtube */
.fsYoutube {
  margin-bottom: 20px; }
  .fsYoutube .fsSocialVideoFrame {
    margin-bottom: 20px; }

.fsYoutubeList, .fsYoutubeList ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.fsYoutubeList li {
  margin: 0;
  padding: 0; }

.fsYoutubeList .fsYoutubeListItem {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #dddedf;
  transition: opacity .3s;
  opacity: .6; }
  .fsYoutubeList .fsYoutubeListItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none; }
  .fsYoutubeList .fsYoutubeListItem:hover {
    border: none;
    border-bottom: solid 1px #dddedf;
    padding: 0;
    padding-bottom: 20px;
    opacity: 1;
    transition: opacity .3s; }
    .fsYoutubeList .fsYoutubeListItem:hover:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }

.fsYoutubeThumb {
  margin-bottom: 10px;
  margin-right: 20px;
  float: none; }
  @media (min-width: 600px) {
    .fsYoutubeThumb {
      float: left;
      margin-bottom: 0; } }

.Youtube_view_link a {
  display: inline-block;
  margin: 0 0 8px;
  padding: 11px 20px 13px;
  border: 0;
  border-radius: 0;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  background-color: #3c3c3c;
  transition: all 0.3s ease; }
  @media (min-width: 550px) {
    .Youtube_view_link a {
      min-width: 280px; } }
  .Youtube_view_link a:hover, .Youtube_view_link a:focus,
  .fsStateSelected .Youtube_view_link a {
    color: #ffffff;
    background-color: #232323; }

/*! elements - tabs */
.fsTabs {
  padding: 0;
  background: none;
  border: 0;
  margin-bottom: 20px; }
  .fsTabs > .fsElementContent {
    position: relative; }
  .fsTabs .fsTabsNav {
    display: none;
    margin: 0;
    padding: 0;
    position: relative; }
    @media (min-width: 600px) {
      .fsTabs .fsTabsNav {
        display: block; } }
    .fsTabs .fsTabsNav li {
      margin-right: 2px;
      position: relative;
      z-index: 2; }
      .fsTabs .fsTabsNav li:last-of-type {
        margin-right: 0; }
      .fsTabs .fsTabsNav li a {
        display: block;
        padding: 13px 10px 10px;
        border: 0;
        border-radius: 0;
        position: relative;
        color: #802629;
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
        font-family: "proxima-nova", sans-serif;
        text-align: center;
        text-transform: none;
        letter-spacing: 0;
        background: #dfdfdf;
        transition: 0.3s ease; }
        .fsTabs .fsTabsNav li a:hover {
          color: #ffffff;
          background: #3c3c3c; }
      .fsTabs .fsTabsNav li.fsStateSelected a {
        color: #ffffff;
        background: #802629; }
  .fsTabs .fsPanel {
    color: #3c3c3c; }
    .fsTabs .fsPanel > .fsElementContent {
      border: 0;
      padding: 30px 0 30px !important; }

.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
.fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
  display: block; }
  @media (min-width: 600px) {
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > .fsElementActionButtonContainer,
    .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel > header, .fsPanelGroup.fsTabs > .fsElementContent > .fsPanel:not(.fsStateOpen) {
      display: none; } }

/*! -main.scss - /sass/modules/tools  */
/*! _all.scss - src/sass/modules/tools - News, Calendar, & Posts Tools Elements */
.fsToolsList.fsStyleSelectList .fsStyleDefaultButton, .fsElementToolsSearchButton {
  margin: 0 5px 0 0;
  width: auto; }

.fsToolsList.fsStyleSelectList > li {
  padding: 0;
  margin: 0; }

.fsToolsList.fsStyleSelectList .fsStyleDefaultButton {
  margin-bottom: 5px;
  padding: 7px 12px;
  font-size: .875em;
  line-height: 1.2; }

/*! _filter.scss - src/sass/modules/tools/posts - News & Calendar Tools Elements */
.fsBannerLeft .fsElementToolsSearch,
.fsBannerRight .fsElementToolsSearch,
.fsStyleOneThird .fsElementToolsSearch,
.fsThreeColumnLayout > .fsDiv .fsElementToolsSearch,
.fsFourColumnLayout > .fsDiv .fsElementToolsSearch {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .fsBannerLeft .fsElementToolsSearch > div,
  .fsBannerRight .fsElementToolsSearch > div,
  .fsStyleOneThird .fsElementToolsSearch > div,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch > div,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch > div {
    width: 100%; }
  .fsBannerLeft .fsElementToolsSearch .fsFieldContainer,
  .fsBannerRight .fsElementToolsSearch .fsFieldContainer,
  .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .fsBannerLeft .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsBannerRight .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsStyleOneThird .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField,
    .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsFieldContainer .fsStyleDefaultField {
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .fsBannerLeft .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsBannerRight .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsStyleOneThird .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsThreeColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton,
  .fsFourColumnLayout > .fsDiv .fsElementToolsSearch .fsElementToolsSearchButton {
    width: 100%; }

.fsElementToolsSearch .fsSeparator {
  margin: 0 5px;
  display: inline-block;
  text-align: center; }

.fsElementToolsKeyword + .fsElementToolsDateRange {
  margin-top: 10px; }

.fsElementToolsSearchButton {
  margin: 10px 0 0; }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsLegend .fsElementControls {
  margin-bottom: 5px; }
  .fsLegend .fsElementControls label input:checked + span {
    background: #3c3c3c;
    color: white; }
  .fsLegend .fsElementControls label input + span {
    color: #3c3c3c;
    background: #efefef; }

/*! _filter.scss - src/sass/modules/tools/posts - Calendar Tools Elements */
.fsMiniGrid .fsCalendarEventGrid {
  max-width: 100%;
  width: 284px; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarWeekdays {
    box-shadow: inset 0 -1px 0 0 #262122; }
  .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox {
    box-shadow: inset -1px 0 0 0 #fff, inset 0 -1px 0 0 #fff;
    background: #181516;
    color: #3c3c3c;
    font-size: .875em;
    line-height: 1;
    padding: 10px 5px; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox:last-child {
      box-shadow: inset 0 -1px 0 0 #fff; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsStateHasEvents {
      background: black;
      color: #3c3c3c; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarOutOfRange {
      background: #262122;
      color: black; }
    .fsMiniGrid .fsCalendarEventGrid .fsCalendarRow .fsCalendarDaybox.fsCalendarToday {
      background: #cd585c;
      color: #fff; }

.fsCalendarMonthYearPicker > .fsStyleUpdateButton {
  margin-bottom: 0;
  display: block;
  color: #fff;
  background-color: #3c3c3c; }

/*! _category.scss - src/sass/modules/tools/posts - Posts Tools Elements */
/*! _tag.scss - src/sass/modules/tools/posts - Posts Tools Elements */
[class*="module-"] {
  margin-bottom: 30px;
  border-radius: 0;
  padding: 22px 26px 29px;
  position: relative;
  font-family: "proxima-nova", sans-serif; }
  [class*="module-"] .fsElementTitle {
    margin-top: 0;
    font-weight: normal;
    font-family: "baskerville-urw", Georgia, serif;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 10px;
    width: 100%; }
  [class*="module-"] .fsElementContent {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
    word-wrap: break-word; }
    [class*="module-"] .fsElementContent > *:last-child {
      margin-bottom: 0; }
  [class*="module-"] h1,
  [class*="module-"] h2,
  [class*="module-"] h3,
  [class*="module-"] h4,
  [class*="module-"] h5,
  [class*="module-"] h6 {
    color: inherit; }
  [class*="module-"] a {
    text-decoration: underline; }
    [class*="module-"] a:hover, [class*="module-"] a:focus {
      text-decoration: none; }

.module-color {
  background-color: #802629; }
  .module-color .fsElementTitle {
    color: #ffffff; }
  .module-color .fsElementContent {
    color: #ffffff; }
  .module-color a {
    color: white; }
    .module-color a:hover, .module-color a:focus {
      color: rgba(255, 255, 255, 0.6); }

.module-light {
  background-color: #dfdfdf; }
  .module-light .fsElementTitle {
    color: #3c3c3c; }
  .module-light .fsElementContent {
    color: #3c3c3c; }

.module-dark {
  background-color: #3c3c3c; }
  .module-dark .fsElementTitle {
    color: #ffffff; }
  .module-dark .fsElementContent {
    color: #ffffff; }
  .module-dark a {
    color: white; }
    .module-dark a:hover, .module-dark a:focus {
      color: rgba(255, 255, 255, 0.6); }

.fsHasAlertFeeds.fsNews header, .fsHasAlertFeeds.fsCalendar header {
  position: relative;
  padding-right: 50px;
  padding-bottom: 0; }

.fsHasAlertFeeds.fsNews .fsElementControls, .fsHasAlertFeeds.fsCalendar .fsElementControls {
  margin: 0; }

.fsHasAlertFeeds.fsNews .fsAlertFeeds, .fsHasAlertFeeds.fsCalendar .fsAlertFeeds {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 19px;
  float: none; }
  .fsHasAlertFeeds.fsNews .fsAlertFeeds a:first-of-type, .fsHasAlertFeeds.fsCalendar .fsAlertFeeds a:first-of-type {
    margin-right: 0; }

body .panel-full-width > header {
  text-align: center; }
  body .panel-full-width > header > .fsElementTitle {
    padding-bottom: 20px;
    margin-bottom: 0; }

body:not(.fsComposeMode) .panel-full-width {
  max-width: 0vw;
  margin: 0 auto 70px; }
  body:not(.fsComposeMode) .panel-full-width > header,
  body:not(.fsComposeMode) .panel-full-width > .fsElementContent,
  body:not(.fsComposeMode) .panel-full-width > footer {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }
  body:not(.fsComposeMode) .panel-full-width > header {
    text-align: center; }
  body:not(.fsComposeMode) .panel-full-width.fsSharedContainer > .fsContainer {
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw; }
  body:not(.fsComposeMode) .panel-full-width > .fsElementContent {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  body:not(.fsComposeMode) .panel-full-width.panel-background > .fsElementContent {
    position: relative; }
    body:not(.fsComposeMode) .panel-full-width.panel-background > .fsElementContent > .fsElementBackground {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background-position: center center;
      background-size: cover; }
      body:not(.fsComposeMode) .panel-full-width.panel-background > .fsElementContent > .fsElementBackground:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    body:not(.fsComposeMode) .panel-full-width.panel-background > .fsElementContent > .fsElement {
      position: relative;
      z-index: 2; }

body:not(.fsComposeMode) .panel-full-boundry > .fsElementContent {
  padding: 0 20px; }
  body:not(.fsComposeMode) .panel-full-boundry > .fsElementContent > .fsElement {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem; }

body:not(.fsComposeMode) .panel-full-boundry.fsSharedContainer > .fsContainer > .fsElementContent {
  position: relative;
  margin: 0 auto;
  max-width: 73.75em;
  max-width: 73.75rem; }

.hero-image,
.hero-multimedia {
  position: relative;
  z-index: 100;
  width: 100%;
  max-width: 100%;
  background-color: #ffffff;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .hero-image.fsElement,
  .hero-multimedia.fsElement {
    margin-bottom: 0; }
  .hero-image .hero-multimedia-content,
  .hero-multimedia .hero-multimedia-content {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat; }
  @media (min-width: 550px) {
    body:not(.fsComposeMode) .hero-multimedia-content,
    body:not(.fsComposeMode) .hero-multimedia-content .slick-list,
    body:not(.fsComposeMode) .fsMedia.hero-image .slick-list {
      position: absolute !important;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; } }
  @media (min-width: 550px) {
    body:not(.fsComposeMode) .hero-multimedia-content .slick-track,
    body:not(.fsComposeMode) .fsMedia.hero-image .slick-track {
      position: absolute;
      bottom: 0; } }
  @media (min-width: 550px) {
    body:not(.fsComposeMode) .hero-multimedia.fsMedia .fsMediaCustomPlayer {
      position: absolute !important;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; } }
  .hero-image > header,
  .hero-multimedia > header {
    display: none; }
  .hero-image.fsMedia, .hero-image.fsMediaCustomPlayer,
  .hero-multimedia.fsMedia,
  .hero-multimedia.fsMediaCustomPlayer {
    display: block;
    opacity: 0; }
    .hero-image.fsMedia.element-loaded, .hero-image.fsMediaCustomPlayer.element-loaded,
    .hero-multimedia.fsMedia.element-loaded,
    .hero-multimedia.fsMediaCustomPlayer.element-loaded {
      opacity: 1; }
      .hero-image.fsMedia.element-loaded .fsMediaCustomPlayer:before, .hero-image.fsMediaCustomPlayer.element-loaded .fsMediaCustomPlayer:before,
      .hero-multimedia.fsMedia.element-loaded .fsMediaCustomPlayer:before,
      .hero-multimedia.fsMediaCustomPlayer.element-loaded .fsMediaCustomPlayer:before {
        display: none; }
    .fsComposeMode .hero-image.fsMedia, .fsComposeMode .hero-image.fsMediaCustomPlayer, .fsComposeMode
    .hero-multimedia.fsMedia, .fsComposeMode
    .hero-multimedia.fsMediaCustomPlayer {
      opacity: 1; }
    .hero-image.fsMedia.fsMediaCustomPlayer, .hero-image.fsMediaCustomPlayer.fsMediaCustomPlayer,
    .hero-multimedia.fsMedia.fsMediaCustomPlayer,
    .hero-multimedia.fsMediaCustomPlayer.fsMediaCustomPlayer {
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover; }
      .hero-image.fsMedia.fsMediaCustomPlayer:before, .hero-image.fsMediaCustomPlayer.fsMediaCustomPlayer:before,
      .hero-multimedia.fsMedia.fsMediaCustomPlayer:before,
      .hero-multimedia.fsMediaCustomPlayer.fsMediaCustomPlayer:before {
        content: '';
        display: block;
        width: 100%; }
        @media (min-width: 550px) {
          .hero-image.fsMedia.fsMediaCustomPlayer:before, .hero-image.fsMediaCustomPlayer.fsMediaCustomPlayer:before,
          .hero-multimedia.fsMedia.fsMediaCustomPlayer:before,
          .hero-multimedia.fsMediaCustomPlayer.fsMediaCustomPlayer:before {
            padding-bottom: 65.01951%; } }
        @media (min-width: 900px) {
          .hero-image.fsMedia.fsMediaCustomPlayer:before, .hero-image.fsMediaCustomPlayer.fsMediaCustomPlayer:before,
          .hero-multimedia.fsMedia.fsMediaCustomPlayer:before,
          .hero-multimedia.fsMediaCustomPlayer.fsMediaCustomPlayer:before {
            display: none; } }
    @media (max-width: 549px) {
      .hero-image.fsMedia .fsMediaCustomPlayer, .hero-image.fsMediaCustomPlayer .fsMediaCustomPlayer,
      .hero-multimedia.fsMedia .fsMediaCustomPlayer,
      .hero-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer {
        background: none !important; } }
    @media (min-width: 550px) {
      .hero-image.fsMedia .fsMediaCustomPlayer, .hero-image.fsMediaCustomPlayer .fsMediaCustomPlayer,
      .hero-multimedia.fsMedia .fsMediaCustomPlayer,
      .hero-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer {
        max-height: 450px; } }
    .hero-image.fsMedia .fsMediaCustomPlayer:before, .hero-image.fsMediaCustomPlayer .fsMediaCustomPlayer:before,
    .hero-multimedia.fsMedia .fsMediaCustomPlayer:before,
    .hero-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer:before {
      content: '';
      display: block !important;
      width: 100%; }
      @media (min-width: 550px) {
        .hero-image.fsMedia .fsMediaCustomPlayer:before, .hero-image.fsMediaCustomPlayer .fsMediaCustomPlayer:before,
        .hero-multimedia.fsMedia .fsMediaCustomPlayer:before,
        .hero-multimedia.fsMediaCustomPlayer .fsMediaCustomPlayer:before {
          padding-bottom: 31.25%; } }
    .hero-image.fsMedia article, .hero-image.fsMediaCustomPlayer article,
    .hero-multimedia.fsMedia article,
    .hero-multimedia.fsMediaCustomPlayer article {
      min-height: 300px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (min-width: 900px) {
        .hero-image.fsMedia article, .hero-image.fsMediaCustomPlayer article,
        .hero-multimedia.fsMedia article,
        .hero-multimedia.fsMediaCustomPlayer article {
          min-height: 0;
          max-height: none; } }
  .hero-image.fsContent,
  .hero-multimedia.fsContent {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .hero-image.fsContent header,
    .hero-multimedia.fsContent header {
      padding: 0 60px;
      display: none;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-flow: column;
      flex-flow: column;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 100;
      color: #ffffff; }
      @media (min-width: 550px) {
        .hero-image.fsContent header,
        .hero-multimedia.fsContent header {
          display: -ms-flexbox;
          display: flex; } }
      .hero-image.fsContent header .fsElementTitle,
      .hero-multimedia.fsContent header .fsElementTitle {
        margin: 0;
        color: #ffffff;
        font-size: 38px;
        line-height: 38px;
        font-weight: 500; }
        @media (min-width: 900px) {
          .hero-image.fsContent header .fsElementTitle,
          .hero-multimedia.fsContent header .fsElementTitle {
            font-size: 50px;
            line-height: 56px; } }
        .hero-image.fsContent header .fsElementTitle + .fsElementHeaderContent,
        .hero-multimedia.fsContent header .fsElementTitle + .fsElementHeaderContent {
          margin-top: 30px; }
      .hero-image.fsContent header .fs_style_31,
      .hero-multimedia.fsContent header .fs_style_31 {
        margin: 0;
        padding-top: 30px;
        color: #ffffff; }
      .hero-image.fsContent header .fsElementHeaderContent,
      .hero-multimedia.fsContent header .fsElementHeaderContent {
        margin: 0;
        max-width: 760px;
        color: #ffffff;
        font-size: 22px;
        line-height: 36px;
        font-weight: 500; }
        .hero-image.fsContent header .fsElementHeaderContent blockquote,
        .hero-multimedia.fsContent header .fsElementHeaderContent blockquote {
          margin: 0;
          color: inherit;
          font-size: inherit;
          line-height: inherit;
          font-weight: inherit; }
          @media (max-width: 899px) {
            .hero-image.fsContent header .fsElementHeaderContent blockquote,
            .hero-multimedia.fsContent header .fsElementHeaderContent blockquote {
              font-size: 18px;
              line-height: 30px; } }
    .hero-image.fsContent .fsElementContent,
    .hero-multimedia.fsContent .fsElementContent {
      min-height: 300px;
      overflow: hidden; }
      .hero-image.fsContent .fsElementContent:before,
      .hero-multimedia.fsContent .fsElementContent:before {
        display: block;
        content: '';
        width: 100%;
        padding-bottom: 68.75%;
        background-color: rgba(60, 60, 60, 0.5); }
      body.landing .hero-image.fsContent .fsElementContent:after, body.landing
      .hero-multimedia.fsContent .fsElementContent:after {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(60, 60, 60, 0.4); }
  body.fsDraftMode .hero-image,
  body.fsComposeMode .hero-image {
    display: block;
    opacity: 1; }

@media (max-width: 549px) {
  .hero-image article {
    background: none !important; } }

@media (min-width: 550px) {
  .hero-image .image-wrapper {
    display: none; } }

@media (max-width: 549px) {
  .hero-multimedia article {
    background: none !important; } }

@media (min-width: 550px) {
  .hero-multimedia .multimedia-img-wrapper {
    display: none; } }

[class*="hero-"]:not(html) {
  background-color: #eeeeee; }
  @media (min-width: 550px) {
    [class*="hero-"]:not(html).has-scroll-to .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper, [class*="hero-"]:not(html).has-scroll-to.fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper {
      bottom: 26px; } }
  @media (min-width: 900px) {
    [class*="hero-"]:not(html).has-scroll-to .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper, [class*="hero-"]:not(html).has-scroll-to.fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper {
      bottom: 226px; } }
  [class*="hero-"]:not(html) .fsMediaCustomPlayer, [class*="hero-"]:not(html).fsMediaCustomPlayer {
    min-height: 300px;
    max-width: 100%; }
    @media (min-width: 900px) {
      [class*="hero-"]:not(html) .fsMediaCustomPlayer, [class*="hero-"]:not(html).fsMediaCustomPlayer {
        max-height: none; } }
    [class*="hero-"]:not(html) .fsMediaCustomPlayer article, [class*="hero-"]:not(html).fsMediaCustomPlayer article {
      position: relative;
      padding: 0; }
      @media (min-width: 550px) {
        [class*="hero-"]:not(html) .fsMediaCustomPlayer article, [class*="hero-"]:not(html).fsMediaCustomPlayer article {
          padding: 0 32px; } }
      [class*="hero-"]:not(html) .fsMediaCustomPlayer article:before, [class*="hero-"]:not(html).fsMediaCustomPlayer article:before {
        content: '';
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.15); }
        @media (min-width: 550px) {
          [class*="hero-"]:not(html) .fsMediaCustomPlayer article:before, [class*="hero-"]:not(html).fsMediaCustomPlayer article:before {
            display: block; } }
      [class*="hero-"]:not(html) .fsMediaCustomPlayer article img, [class*="hero-"]:not(html).fsMediaCustomPlayer article img {
        display: none; }
      @media (max-width: 549px) {
        [class*="hero-"]:not(html) .fsMediaCustomPlayer article .slick-dots, [class*="hero-"]:not(html).fsMediaCustomPlayer article .slick-dots {
          display: none !important; } }
      @media (min-width: 550px) {
        [class*="hero-"]:not(html) .fsMediaCustomPlayer article .slick-dots, [class*="hero-"]:not(html).fsMediaCustomPlayer article .slick-dots {
          padding-top: 10px; } }
      @media (min-width: 900px) {
        [class*="hero-"]:not(html) .fsMediaCustomPlayer article .slick-dots, [class*="hero-"]:not(html).fsMediaCustomPlayer article .slick-dots {
          padding-top: 15px; } }
    [class*="hero-"]:not(html) .fsMediaCustomPlayer .image-wrapper,
    [class*="hero-"]:not(html) .fsMediaCustomPlayer .multimedia-img-wrapper, [class*="hero-"]:not(html).fsMediaCustomPlayer .image-wrapper,
    [class*="hero-"]:not(html).fsMediaCustomPlayer .multimedia-img-wrapper {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      min-height: 300px;
      position: relative; }
      [class*="hero-"]:not(html) .fsMediaCustomPlayer .image-wrapper:before,
      [class*="hero-"]:not(html) .fsMediaCustomPlayer .multimedia-img-wrapper:before, [class*="hero-"]:not(html).fsMediaCustomPlayer .image-wrapper:before,
      [class*="hero-"]:not(html).fsMediaCustomPlayer .multimedia-img-wrapper:before {
        content: '';
        display: block;
        width: 100%;
        padding-bottom: 56.25%; }
        @media (min-width: 700px) {
          [class*="hero-"]:not(html) .fsMediaCustomPlayer .image-wrapper:before,
          [class*="hero-"]:not(html) .fsMediaCustomPlayer .multimedia-img-wrapper:before, [class*="hero-"]:not(html).fsMediaCustomPlayer .image-wrapper:before,
          [class*="hero-"]:not(html).fsMediaCustomPlayer .multimedia-img-wrapper:before {
            display: none; } }
        @media (min-width: 900px) {
          .fsComposeMode [class*="hero-"]:not(html) .fsMediaCustomPlayer .image-wrapper:before, .fsComposeMode
          [class*="hero-"]:not(html) .fsMediaCustomPlayer .multimedia-img-wrapper:before, .fsComposeMode [class*="hero-"]:not(html).fsMediaCustomPlayer .image-wrapper:before, .fsComposeMode
          [class*="hero-"]:not(html).fsMediaCustomPlayer .multimedia-img-wrapper:before {
            padding-bottom: 65.01951%; } }
      [class*="hero-"]:not(html) .fsMediaCustomPlayer .image-wrapper:after,
      [class*="hero-"]:not(html) .fsMediaCustomPlayer .multimedia-img-wrapper:after, [class*="hero-"]:not(html).fsMediaCustomPlayer .image-wrapper:after,
      [class*="hero-"]:not(html).fsMediaCustomPlayer .multimedia-img-wrapper:after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.15); }
    [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper {
      display: block;
      position: relative;
      z-index: 3; }
      @media (min-width: 550px) {
        [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper {
          position: relative;
          margin: 0 auto;
          max-width: 73.75em;
          max-width: 73.75rem;
          width: 100%;
          padding: 0 0 26px;
          height: 100%; } }
      @media (min-width: 900px) {
        [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper {
          padding-bottom: 0; } }
      [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper {
        padding: 38px 20px 34px;
        margin: 0 auto;
        text-align: center; }
        @media (min-width: 550px) {
          [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper {
            padding: 0;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 26px; } }
        @media (min-width: 900px) {
          [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper {
            width: 800px;
            bottom: 39px; } }
      [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-title, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-title {
        max-width: 100%;
        color: #802629;
        font-size: 30px;
        line-height: 35px;
        font-weight: normal;
        font-family: "baskerville-urw", Georgia, serif; }
        @media (min-width: 550px) {
          [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-title, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-title {
            color: #ffffff;
            font-size: 35px;
            line-height: 40px;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); } }
        @media (min-width: 900px) {
          [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-title, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-title {
            font-size: 40px;
            line-height: 50px; } }
        [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-title + .caption-desc, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-title + .caption-desc {
          padding-top: 22px; }
          @media (min-width: 900px) {
            [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-title + .caption-desc, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-title + .caption-desc {
              padding-top: 18px; } }
      [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
        color: #3c3c3c;
        font-size: 20px;
        line-height: 27px;
        font-weight: normal;
        font-family: "proxima-nova", sans-serif;
        text-transform: none; }
        @media (min-width: 550px) {
          [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc {
            color: #ffffff;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); } }
        [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc > *:last-child, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc > *:last-child {
          margin-bottom: 0; }
        [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc p, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc p {
          margin-bottom: 14px; }
          @media (min-width: 550px) {
            [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc p, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc p {
              margin-bottom: 0px; } }
        [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc h1,
        [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc h2,
        [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc h3,
        [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc h4,
        [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc h5,
        [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc h6, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc h1,
        [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc h2,
        [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc h3,
        [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc h4,
        [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc h5,
        [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc h6 {
          margin-bottom: 20px;
          color: #ffffff;
          font-size: 16px;
          line-height: 26px; }
        [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc a, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc a {
          display: inline-block;
          position: relative;
          color: #802629;
          font-weight: normal;
          text-decoration: none; }
          @media (min-width: 550px) {
            [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc a, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc a {
              color: white; } }
          [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc a:before, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc a:before {
            content: '';
            display: none;
            height: 1px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 2px;
            background-color: #ffffff; }
            @media (min-width: 550px) {
              [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc a:before, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc a:before {
                display: block; } }
          [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc a:hover, [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc a:focus, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc a:hover, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc a:focus {
            color: #878787; }
            @media (min-width: 550px) {
              [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc a:hover, [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc a:focus, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc a:hover, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc a:focus {
                color: rgba(255, 255, 255, 0.6); } }
            [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc a:hover:before, [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-desc a:focus:before, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc a:hover:before, [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-desc a:focus:before {
              display: none; }
  [class*="hero-"]:not(html) .scroll-to {
    display: none;
    width: 100px;
    padding-top: 69px;
    padding-bottom: 47px;
    border: 0;
    position: relative;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "proxima-nova", sans-serif;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    transition: color 0.3s ease; }
    @media (min-width: 900px) {
      [class*="hero-"]:not(html) .scroll-to {
        display: block; } }
    [class*="hero-"]:not(html) .scroll-to:hover {
      color: #802629; }
      [class*="hero-"]:not(html) .scroll-to:hover:before {
        top: 17px;
        color: #802629; }
    [class*="hero-"]:not(html) .scroll-to:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      position: absolute;
      top: 11px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      color: #ffffff;
      font-size: 47px;
      line-height: 1;
      transition: all 0.3s ease; }
  @media (min-width: 900px) {
    [class*="hero-"]:not(html) .slick-track {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row;
      flex-flow: row;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-bottom: 0; } }
  [class*="hero-"]:not(html) .slick-dots {
    zoom: 1;
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    padding: 0;
    margin: 0; }
    [class*="hero-"]:not(html) .slick-dots:after {
      display: table;
      clear: both;
      content: ''; }
    [class*="hero-"]:not(html) .slick-dots li {
      display: inline-block; }
      [class*="hero-"]:not(html) .slick-dots li.slick-active button {
        width: 31px; }
        [class*="hero-"]:not(html) .slick-dots li.slick-active button:before {
          width: 16px;
          height: 16px;
          opacity: 1; }
        [class*="hero-"]:not(html) .slick-dots li.slick-active button:after {
          width: 10px;
          height: 10px;
          opacity: 1; }
      [class*="hero-"]:not(html) .slick-dots li:hover button:before, [class*="hero-"]:not(html) .slick-dots li:focus button:before {
        opacity: 1; }
      [class*="hero-"]:not(html) .slick-dots li:hover button:after, [class*="hero-"]:not(html) .slick-dots li:focus button:after {
        width: 7px;
        height: 7px;
        opacity: 1; }
    [class*="hero-"]:not(html) .slick-dots button {
      display: block;
      border: 0;
      width: 23px;
      height: 19px;
      padding: 0;
      position: relative;
      color: transparent;
      font-size: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: none;
      transition: width 0.3s ease; }
      [class*="hero-"]:not(html) .slick-dots button:before {
        display: block;
        content: '';
        width: 12px;
        height: 12px;
        border: 2px solid #878787;
        border-radius: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0.7;
        transition: all 0.3s ease; }
        @media (min-width: 550px) {
          [class*="hero-"]:not(html) .slick-dots button:before {
            border-color: #ffffff; } }
      [class*="hero-"]:not(html) .slick-dots button:after {
        display: block;
        content: '';
        width: 0;
        height: 0;
        border-radius: 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background-color: #802629;
        opacity: 0;
        transition: all 0.3s ease; }
    @media (min-width: 900px) {
      [class*="hero-"]:not(html) .slick-dots {
        padding: 24px 0 0;
        background: none; } }
  [class*="hero-"]:not(html) .slick-arrow {
    display: block !important;
    width: 50px;
    height: 50px;
    z-index: 399;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 0;
    color: transparent;
    cursor: pointer; }
    [class*="hero-"]:not(html) .slick-arrow:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      color: white;
      font-size: 30px;
      line-height: 18px;
      transition: color 0.3s ease; }
    [class*="hero-"]:not(html) .slick-arrow:hover:before, [class*="hero-"]:not(html) .slick-arrow:focus:before {
      color: rgba(255, 255, 255, 0.6); }
    [class*="hero-"]:not(html) .slick-arrow.slick-prev {
      left: 11px; }
      @media (min-width: 900px) {
        [class*="hero-"]:not(html) .slick-arrow.slick-prev {
          left: 50px; } }
      [class*="hero-"]:not(html) .slick-arrow.slick-prev:before {
        content: ""; }
    [class*="hero-"]:not(html) .slick-arrow.slick-next {
      right: 11px; }
      @media (min-width: 900px) {
        [class*="hero-"]:not(html) .slick-arrow.slick-next {
          right: 50px; } }
      [class*="hero-"]:not(html) .slick-arrow.slick-next:before {
        content: ""; }
  [class*="hero-"]:not(html) .slick-slider > .slick-dots {
    padding-bottom: 34px; }
    @media (min-width: 550px) {
      [class*="hero-"]:not(html) .slick-slider > .slick-dots {
        display: none !important; } }

@keyframes rollover {
  0% {
    transform: translate3d(-50%, -18px, 0);
    opacity: 1; }
  50% {
    transform: translate3d(-50%, 0%, 0);
    opacity: 0.5; }
  100% {
    transform: translate3d(-50%, 18px, 0);
    opacity: 0; } }
  [class*="hero-"]:not(html).fsContainer.fsElement,
  [class*="hero-"]:not(html).fsSharedContainer > .fsContainer.fsElement {
    margin-bottom: 0; }
  [class*="hero-"]:not(html).fsContainer > footer,
  [class*="hero-"]:not(html).fsSharedContainer > .fsContainer > footer {
    position: absolute;
    left: 50%;
    bottom: 0px;
    z-index: 1000;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
    [class*="hero-"]:not(html).fsContainer > footer .fsElementFooterContent,
    [class*="hero-"]:not(html).fsSharedContainer > .fsContainer > footer .fsElementFooterContent {
      padding: 0;
      margin: 0; }

@media (min-width: 900px) {
  html.has-hero-multimedia body:not(.fsComposeMode) #fsHeader .fsBanner > .fsBanner {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  html.has-hero-multimedia body:not(.fsComposeMode) #fsHeader .fsBanner > .hero-multimedia,
  html.has-hero-multimedia body:not(.fsComposeMode) #fsHeader .fsBanner > .hero-image {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; } }

@media (min-width: 900px) {
  html.has-hero-multimedia body:not(.fsComposeMode).fsAccountBarVisible #fsHeader .fsBanner {
    height: calc(100vh - $account-bar-height); } }

.hero-multimedia.fsMediaCustomPlayer.fsSharedContainer {
  z-index: 1; }

body:not(.fsComposeMode).top-flush #fsPageBodyWrapper,
html:not(.has-hero) body.fsComposeMode.top-flush #fsPageBodyWrapper {
  margin-top: 0;
  padding-top: 0; }

body.bottom-flush #fsPageBodyWrapper {
  margin-bottom: 0;
  padding-bottom: 0; }

body.bottom-flush .fsPageLayout.fsLayout > div:last-of-type {
  margin-bottom: 0; }
  body.bottom-flush .fsPageLayout.fsLayout > div:last-of-type > div:last-of-type {
    margin-bottom: 0; }

.fsHasTheme4 #fsPageBody h1, .fsHasTheme4 #fsPageBody h2, .fsHasTheme4 #fsPageBody h3, .fsHasTheme4 #fsPageBody h4 {
  font-weight: 800; }

/*! pages - athletics v0.0.1 */
@media (min-width: 550px) {
  .athletics:not(.fsComposeMode) .panel-scores-container.panel-full-boundry > .fsElementContent {
    padding-left: 94px;
    padding-right: 94px; } }

.athletics .panel-scores-container.fsContainer,
.athletics .panel-scores-container.fsSharedContainer > .fsContainer {
  margin-bottom: 73px; }
  .athletics .panel-scores-container.fsContainer > .fsElementContent,
  .athletics .panel-scores-container.fsSharedContainer > .fsContainer > .fsElementContent {
    padding-top: 34px;
    padding-bottom: 53px;
    background-color: #dfdfdf; }

.athletics .panel-scores-sliders .fsElementFooterContent {
  margin-top: 42px;
  text-align: center; }

.athletics .panel-scores-sliders .fsAthleticsEvent {
  position: relative; }

.athletics .panel-scores-sliders .fsPanel > header {
  display: none !important; }

.athletics .panel-scores-sliders .fsPanel > .fsElementContent {
  padding: 0 !important; }

.athletics .panel-scores-sliders .fsTabsNav {
  display: block;
  padding-bottom: 35px;
  text-align: center; }
  .athletics .panel-scores-sliders .fsTabsNav:before {
    display: none; }
  .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem {
    margin: 0; }
    .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem:after {
      content: '';
      display: block;
      width: 1px;
      height: 30px;
      position: absolute;
      top: calc(50%);
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #BFBFBF; }
    .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem:last-of-type:after {
      display: none; }
    .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem a {
      min-width: 0;
      padding: 15px 21px 15px;
      color: rgba(60, 60, 60, 0.66);
      font-size: 17px;
      line-height: 21px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      position: relative;
      background: none; }
      @media (min-width: 400px) {
        .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem a {
          font-size: 20px;
          line-height: 30px; } }
      .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem a:before {
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: 5px;
        opacity: 0;
        background-color: #802629;
        transition: opacity 0.3s ease, left 0.3s ease, right 0.3s ease; }
      .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem a:hover, .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem a:focus {
        color: #802629; }
    .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem.fsStateSelected a {
      color: #802629;
      background: none; }
      .athletics .panel-scores-sliders .fsTabsNav li.fsTabsNavItem.fsStateSelected a:before {
        left: 21px;
        right: 21px;
        opacity: 1; }

.athletics .panel-scores-sliders .slick-dots {
  zoom: 1;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: block !important;
  margin-top: 29px; }
  .athletics .panel-scores-sliders .slick-dots:after {
    display: table;
    clear: both;
    content: ''; }
  .athletics .panel-scores-sliders .slick-dots li {
    display: inline-block; }
    .athletics .panel-scores-sliders .slick-dots li.slick-active button {
      width: 31px; }
      .athletics .panel-scores-sliders .slick-dots li.slick-active button:before {
        width: 16px;
        height: 16px;
        opacity: 1; }
      .athletics .panel-scores-sliders .slick-dots li.slick-active button:after {
        width: 10px;
        height: 10px;
        opacity: 1; }
    .athletics .panel-scores-sliders .slick-dots li:hover button:before, .athletics .panel-scores-sliders .slick-dots li:focus button:before {
      opacity: 1; }
    .athletics .panel-scores-sliders .slick-dots li:hover button:after, .athletics .panel-scores-sliders .slick-dots li:focus button:after {
      width: 7px;
      height: 7px;
      opacity: 1; }
  .athletics .panel-scores-sliders .slick-dots button {
    display: block;
    border: 0;
    width: 23px;
    height: 19px;
    padding: 0;
    position: relative;
    color: transparent;
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    transition: width 0.3s ease; }
    .athletics .panel-scores-sliders .slick-dots button:before {
      display: block;
      content: '';
      width: 12px;
      height: 12px;
      border: 2px solid #878787;
      border-radius: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0.7;
      transition: all 0.3s ease; }
      @media (min-width: 550px) {
        .athletics .panel-scores-sliders .slick-dots button:before {
          border-color: #ffffff; } }
    .athletics .panel-scores-sliders .slick-dots button:after {
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-radius: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #802629;
      opacity: 0;
      transition: all 0.3s ease; }
  @media (min-width: 550px) {
    .athletics .panel-scores-sliders .slick-dots {
      display: none !important; } }

.athletics .panel-scores-sliders .slideshow-arrows {
  display: none !important;
  position: absolute;
  top: 0;
  left: -74px;
  right: -74px;
  bottom: 0;
  pointer-events: none; }
  @media (min-width: 550px) {
    .athletics .panel-scores-sliders .slideshow-arrows {
      display: block !important; } }

.athletics .panel-scores-sliders .slick-arrow {
  width: 40px;
  height: 40px;
  border: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: auto;
  right: auto;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
  font-size: 0;
  line-height: 40px;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  pointer-events: auto; }
  .athletics .panel-scores-sliders .slick-arrow:hover:before {
    color: #3c3c3c; }
  .athletics .panel-scores-sliders .slick-arrow:before {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    color: #878787;
    font-size: 30px;
    line-height: 40px; }
  .athletics .panel-scores-sliders .slick-arrow.slick-prev {
    left: 0; }
    .athletics .panel-scores-sliders .slick-arrow.slick-prev:before {
      content: ""; }
  .athletics .panel-scores-sliders .slick-arrow.slick-next {
    right: 0; }
    .athletics .panel-scores-sliders .slick-arrow.slick-next:before {
      content: ""; }

.athletics .panel-scores-sliders .slick-list {
  width: calc(100% + 22px);
  margin-left: -11px;
  margin-right: -11px; }

.athletics .panel-scores-sliders .slick-track {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 100%; }

.athletics .panel-scores-sliders .slick-slide {
  height: auto;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 350px; }

.athletics .panel-scores-sliders .fsAthleticsEvent.fsList .fsListItems article {
  margin: 0 11px 0px 11px; }

.athletics .panel-scores-sliders .fsElementEmpty {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 160px;
  color: #707070;
  font-size: 16px;
  line-height: 19px;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal; }

.athletics .panel-scores-sliders article {
  padding: 0 0 33px 0;
  border: 1px solid #c2c2c2;
  background-color: #ffffff; }

.athletics .panel-scores-sliders .top-bar {
  zoom: 1;
  border-bottom: 1px solid #dfdfdf;
  background-color: #802629; }
  .athletics .panel-scores-sliders .top-bar:after {
    display: table;
    clear: both;
    content: ''; }
  .athletics .panel-scores-sliders .top-bar .top-bar-left > *,
  .athletics .panel-scores-sliders .top-bar time.fsDate div {
    padding-right: 15px;
    position: relative; }
    .athletics .panel-scores-sliders .top-bar .top-bar-left > *:after,
    .athletics .panel-scores-sliders .top-bar time.fsDate div:after {
      display: block;
      content: '';
      width: 1px;
      height: 15px;
      position: absolute;
      top: 5px;
      right: 8px;
      background-color: rgba(255, 255, 255, 0.5); }
    .athletics .panel-scores-sliders .top-bar .top-bar-left > *:last-child,
    .athletics .panel-scores-sliders .top-bar time.fsDate div:last-child {
      padding-right: 0; }
      .athletics .panel-scores-sliders .top-bar .top-bar-left > *:last-child:after,
      .athletics .panel-scores-sliders .top-bar time.fsDate div:last-child:after {
        display: none; }

.athletics .panel-scores-sliders .top-bar-left,
.athletics .panel-scores-sliders .top-bar-right {
  zoom: 1; }
  .athletics .panel-scores-sliders .top-bar-left:after,
  .athletics .panel-scores-sliders .top-bar-right:after {
    display: table;
    clear: both;
    content: ''; }

.athletics .panel-scores-sliders .top-bar-left {
  float: left;
  padding: 13px 0px 9px 19px; }

.athletics .panel-scores-sliders .top-bar-right {
  float: right;
  background-color: #5c2426; }

.athletics .panel-scores-sliders time.fsDate {
  zoom: 1; }
  .athletics .panel-scores-sliders time.fsDate:after {
    display: table;
    clear: both;
    content: ''; }
  .athletics .panel-scores-sliders time.fsDate div {
    display: block;
    float: left; }
  .athletics .panel-scores-sliders time.fsDate .fsMonth:after {
    content: '/'; }

.athletics .panel-scores-sliders .fsDateTime,
.athletics .panel-scores-sliders .fsTime,
.athletics .panel-scores-sliders .fsAthleticsAdvantage,
.athletics .panel-scores-sliders .fsAthleticsResultWrapper {
  display: block;
  float: left;
  color: #ffffff;
  font-size: 13px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.17em; }

.athletics .panel-scores-sliders article > *:not(.top-bar) {
  padding-left: 18px;
  padding-right: 18px; }

.athletics .panel-scores-sliders .fsTitle {
  display: block;
  margin-bottom: 5px;
  padding-top: 15px;
  color: #262122;
  font-size: 20px;
  line-height: 30px;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal; }
  .athletics .panel-scores-sliders .fsTitle a {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    font-weight: inherit; }
    .athletics .panel-scores-sliders .fsTitle a:hover, .athletics .panel-scores-sliders .fsTitle a:focus {
      color: #802629; }

.athletics .panel-scores-sliders .fsAthleticsOpponents {
  display: block;
  padding-top: 4px;
  color: #3c3c3c;
  font-size: 16px;
  line-height: 26px;
  font-family: "proxima-nova", sans-serif;
  font-weight: normal; }

.athletics .panel-scores-sliders .fsAthleticsEventReadMoreLink {
  display: block;
  padding-top: 4px; }

.athletics .panel-scores-sliders .fsAthleticsResultWrapper {
  padding: 13px 19px 9px 19px; }

.athletics .panel-scores-sliders .fsAthleticsResult {
  display: inline-block; }

.athletics .panel-scores-sliders .fsAthleticsResult + .fsAthleticsScore {
  padding-left: 8px;
  position: relative; }
  .athletics .panel-scores-sliders .fsAthleticsResult + .fsAthleticsScore:before {
    content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    top: 1px;
    left: 0px;
    background-color: rgba(255, 255, 255, 0.5); }

.athletics .panel-scores-sliders .fsAthleticsStatus {
  padding-top: 10px;
  color: #da0007;
  font-size: 13px;
  line-height: 22px;
  font-family: "proxima-nova", sans-serif;
  letter-spacing: 0.1em; }
  .athletics .panel-scores-sliders .fsAthleticsStatus span {
    font-weight: bold; }

.athletics .athletics-teams .fsTabsNav {
  padding-bottom: 35px;
  text-align: center; }
  .athletics .athletics-teams .fsTabsNav:before {
    display: none; }
  .athletics .athletics-teams .fsTabsNav li.fsTabsNavItem {
    margin: 0; }
    .athletics .athletics-teams .fsTabsNav li.fsTabsNavItem:after {
      content: '';
      display: block;
      width: 1px;
      height: 30px;
      position: absolute;
      top: calc(50%);
      right: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: #BFBFBF; }
    .athletics .athletics-teams .fsTabsNav li.fsTabsNavItem:last-of-type:after {
      display: none; }
    .athletics .athletics-teams .fsTabsNav li.fsTabsNavItem a {
      min-width: 0;
      padding: 15px 21px 15px;
      color: rgba(60, 60, 60, 0.66);
      font-size: 17px;
      line-height: 21px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      position: relative;
      background: none; }
      @media (min-width: 400px) {
        .athletics .athletics-teams .fsTabsNav li.fsTabsNavItem a {
          font-size: 20px;
          line-height: 30px; } }
      .athletics .athletics-teams .fsTabsNav li.fsTabsNavItem a:before {
        content: '';
        display: block;
        height: 2px;
        position: absolute;
        left: 50%;
        right: 50%;
        bottom: 5px;
        opacity: 0;
        background-color: #802629;
        transition: opacity 0.3s ease, left 0.3s ease, right 0.3s ease; }
      .athletics .athletics-teams .fsTabsNav li.fsTabsNavItem a:hover, .athletics .athletics-teams .fsTabsNav li.fsTabsNavItem a:focus {
        color: #802629; }
    .athletics .athletics-teams .fsTabsNav li.fsTabsNavItem.fsStateSelected a {
      color: #802629;
      background: none; }
      .athletics .athletics-teams .fsTabsNav li.fsTabsNavItem.fsStateSelected a:before {
        left: 21px;
        right: 21px;
        opacity: 1; }

.athletics .athletics-teams .fsPanel > .fsElementContent {
  padding: 0 !important; }
  .athletics .athletics-teams .fsPanel > .fsElementContent > .fsElement.fsContainer > .fsElementContent,
  .athletics .athletics-teams .fsPanel > .fsElementContent > .fsElement.fsSharedContainer > .fsContainer > .fsElementContent {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }

.athletics .athletics-teams .fsAthleticsTeam {
  min-height: 160px;
  margin-bottom: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row;
  flex-flow: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  background-color: #262122;
  background-position: center top;
  background-size: cover;
  overflow: hidden; }
  @media (min-width: 550px) {
    .athletics .athletics-teams .fsAthleticsTeam {
      width: 50%;
      background-position: center center; } }
  @media (min-width: 700px) {
    .athletics .athletics-teams .fsAthleticsTeam {
      width: 50%;
      background-position: center top; } }
  @media (min-width: 1000px) {
    .athletics .athletics-teams .fsAthleticsTeam {
      width: 50%;
      background-position: center center; } }
  @media (min-width: 1200px) {
    .athletics .athletics-teams .fsAthleticsTeam {
      width: 20%;
      background-position: center center; } }
  .athletics .athletics-teams .fsAthleticsTeam:before, .athletics .athletics-teams .fsAthleticsTeam:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .athletics .athletics-teams .fsAthleticsTeam:before {
    z-index: 1;
    background-color: rgba(38, 33, 34, 0.66);
    transition: transform 0.6s ease, background 0.3s ease; }
  .athletics .athletics-teams .fsAthleticsTeam:after {
    z-index: 30;
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    background-color: rgba(128, 38, 41, 0.9);
    transition: transform 0.6s ease; }
  .athletics .athletics-teams .fsAthleticsTeam:hover:before {
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%); }
  .athletics .athletics-teams .fsAthleticsTeam:hover:after {
    opacity: 1;
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .athletics .athletics-teams .fsAthleticsTeam:hover > .fsElementContent {
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.3s ease 0.2s; }
  .athletics .athletics-teams .fsAthleticsTeam:hover > header > .fsElementTitle {
    opacity: 0; }
  .athletics .athletics-teams .fsAthleticsTeam.fsElement {
    margin-bottom: 0; }
  .athletics .athletics-teams .fsAthleticsTeam li {
    margin: 9px 0 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: "proxima-nova", sans-serif; }
    .athletics .athletics-teams .fsAthleticsTeam li a {
      color: inherit;
      font-size: inherit;
      line-height: inherit;
      font-weight: inherit;
      font-family: inherit; }
      .athletics .athletics-teams .fsAthleticsTeam li a:hover {
        color: #ffffff;
        text-decoration: underline; }
  .athletics .athletics-teams .fsAthleticsTeam > header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
    .athletics .athletics-teams .fsAthleticsTeam > header > .fsElementTitle {
      color: #ffffff;
      font-size: 30px;
      line-height: 37px;
      font-weight: normal;
      text-transform: none;
      font-family: "baskerville-urw", Georgia, serif;
      opacity: 1;
      transition: opacity 0.3s ease; }
    .athletics .athletics-teams .fsAthleticsTeam > header > .fsElementHeaderContent {
      display: none; }
  .athletics .athletics-teams .fsAthleticsTeam > .fsElementContent {
    padding: 20px 25px 20px;
    position: relative;
    z-index: 200;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease 0s; }
  .athletics .athletics-teams .fsAthleticsTeam > footer {
    display: none; }

/*! pages - home v0.0.1 */
.home .hero-multimedia > .fsContainer > header,
.home .hero-multimedia.fsSharedContainer > .fsContainer > header {
  padding: 0 32px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  pointer-events: none; }
  .home .hero-multimedia > .fsContainer > header > .fsElementTitle,
  .home .hero-multimedia.fsSharedContainer > .fsContainer > header > .fsElementTitle {
    display: none; }
  .home .hero-multimedia > .fsContainer > header > .fsElementHeaderContent,
  .home .hero-multimedia.fsSharedContainer > .fsContainer > header > .fsElementHeaderContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    height: 100%;
    margin: 0 auto;
    padding: 0; }
    .home .hero-multimedia > .fsContainer > header > .fsElementHeaderContent > a,
    .home .hero-multimedia.fsSharedContainer > .fsContainer > header > .fsElementHeaderContent > a {
      display: block;
      position: absolute;
      left: 50%;
      top: 202px;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      pointer-events: auto; }
      @media (min-width: 550px) {
        .home .hero-multimedia > .fsContainer > header > .fsElementHeaderContent > a,
        .home .hero-multimedia.fsSharedContainer > .fsContainer > header > .fsElementHeaderContent > a {
          top: auto;
          left: 0;
          bottom: 69px;
          -ms-transform: none;
          transform: none; } }
      @media (min-width: 900px) {
        .home .hero-multimedia > .fsContainer > header > .fsElementHeaderContent > a,
        .home .hero-multimedia.fsSharedContainer > .fsContainer > header > .fsElementHeaderContent > a {
          bottom: 228px; } }
      .home .hero-multimedia > .fsContainer > header > .fsElementHeaderContent > a span,
      .home .hero-multimedia.fsSharedContainer > .fsContainer > header > .fsElementHeaderContent > a span {
        position: absolute;
        top: -9999em;
        left: -9999em; }
      .home .hero-multimedia > .fsContainer > header > .fsElementHeaderContent > a:before,
      .home .hero-multimedia.fsSharedContainer > .fsContainer > header > .fsElementHeaderContent > a:before {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: block;
        color: #ffffff;
        font-size: 57px;
        line-height: 1;
        text-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); }
        @media (min-width: 550px) {
          .home .hero-multimedia > .fsContainer > header > .fsElementHeaderContent > a:before,
          .home .hero-multimedia.fsSharedContainer > .fsContainer > header > .fsElementHeaderContent > a:before {
            font-size: 69px; } }
        @media (min-width: 900px) {
          .home .hero-multimedia > .fsContainer > header > .fsElementHeaderContent > a:before,
          .home .hero-multimedia.fsSharedContainer > .fsContainer > header > .fsElementHeaderContent > a:before {
            font-size: 90px;
            line-height: 1; } }

.home .panel-we-are.fsElement {
  margin-bottom: 83px; }

body.home:not(.fsComposeMode) .panel-we-are.fsSharedContainer > .fsContainer > .fsElementContent {
  opacity: 0; }
  body.home:not(.fsComposeMode) .panel-we-are.fsSharedContainer > .fsContainer > .fsElementContent.element-updated {
    opacity: 1; }

.home .panel-we-are.fsSharedContainer > .fsContainer > .fsElementContent > * {
  display: none; }
  .home .panel-we-are.fsSharedContainer > .fsContainer > .fsElementContent > *.slick-list, .home .panel-we-are.fsSharedContainer > .fsContainer > .fsElementContent > *.box-button, .home .panel-we-are.fsSharedContainer > .fsContainer > .fsElementContent > *.box-video, .home .panel-we-are.fsSharedContainer > .fsContainer > .fsElementContent > *.box-testimonial.fsPostElement {
    display: block; }

.home .panel-we-are .stamp {
  display: none;
  width: calc( ( 100% - ( 28px * 2 ) ) / 3);
  height: 58px;
  position: absolute;
  top: 0; }
  @media (min-width: 900px) {
    .home .panel-we-are .stamp {
      display: block !important; } }

.home .panel-we-are .stamp-1 {
  left: 0; }

.home .panel-we-are .stamp-2 {
  right: 0; }

.home .panel-we-are .panel-title,
.home .panel-we-are [class*="item-"] {
  width: 100%; }
  @media (min-width: 700px) {
    .home .panel-we-are .panel-title,
    .home .panel-we-are [class*="item-"] {
      width: calc( ( 100% - 28px ) / 2); } }
  @media (min-width: 900px) {
    .home .panel-we-are .panel-title,
    .home .panel-we-are [class*="item-"] {
      width: calc( ( 100% - ( 28px * 2 ) ) / 3); } }

.home .panel-we-are .panel-title.fsElement {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 450px;
  padding: 78px 0;
  margin-bottom: 28px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto auto; }
  @media (min-width: 900px) {
    .home .panel-we-are .panel-title.fsElement {
      display: none !important; } }
  .home .panel-we-are .panel-title.fsElement:hover .link-overlay, .home .panel-we-are .panel-title.fsElement:focus .link-overlay {
    background-size: 161px auto; }
    .home .panel-we-are .panel-title.fsElement:hover .link-overlay:before, .home .panel-we-are .panel-title.fsElement:focus .link-overlay:before {
      background: none; }
  .home .panel-we-are .panel-title.fsElement header,
  .home .panel-we-are .panel-title.fsElement footer {
    display: none; }
  .home .panel-we-are .panel-title.fsElement .link-overlay {
    background-size: 151px auto;
    background-repeat: no-repeat;
    background-color: #802629; }
    .home .panel-we-are .panel-title.fsElement .link-overlay:before {
      background-color: rgba(0, 0, 0, 0);
      background: none; }
    .home .panel-we-are .panel-title.fsElement .link-overlay div {
      display: none; }
  .home .panel-we-are .panel-title.fsElement .fsElementContent {
    padding: 0 20px;
    text-align: center;
    opacity: 1;
    overflow: visible;
    max-height: none; }
    @media (min-width: 700px) {
      .home .panel-we-are .panel-title.fsElement .fsElementContent {
        padding: 0 32px; } }
    .home .panel-we-are .panel-title.fsElement .fsElementContent:before {
      display: none; }
    .home .panel-we-are .panel-title.fsElement .fsElementContent *:last-child {
      margin-bottom: 0; }
  .home .panel-we-are .panel-title.fsElement h2 {
    margin: 0;
    color: #ffffff;
    font-size: 40px;
    line-height: 45px; }
    @media (min-width: 700px) {
      .home .panel-we-are .panel-title.fsElement h2 {
        font-size: 50px;
        line-height: 55px; } }

.home .panel-we-are .slick-track > * {
  margin-bottom: 0 !important; }

.home .panel-we-are .slick-dots {
  zoom: 1;
  display: block;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 19px;
  text-align: center; }
  .home .panel-we-are .slick-dots:after {
    display: table;
    clear: both;
    content: ''; }
  .home .panel-we-are .slick-dots li {
    display: inline-block; }
    .home .panel-we-are .slick-dots li.slick-active button {
      width: 31px; }
      .home .panel-we-are .slick-dots li.slick-active button:before {
        width: 16px;
        height: 16px; }
      .home .panel-we-are .slick-dots li.slick-active button:after {
        width: 10px;
        height: 10px;
        opacity: 1; }
  .home .panel-we-are .slick-dots button {
    display: block;
    border: 0;
    width: 23px;
    height: 19px;
    padding: 0;
    position: relative;
    color: transparent;
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    transition: width 0.3s ease; }
    .home .panel-we-are .slick-dots button:before {
      display: block;
      content: '';
      width: 12px;
      height: 12px;
      border: 2px solid #ffffff;
      border-radius: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0.7;
      transition: all 0.3s ease; }
      @media (min-width: 700px) {
        .home .panel-we-are .slick-dots button:before {
          border-color: #ffffff; } }
    .home .panel-we-are .slick-dots button:after {
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-radius: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #ffffff;
      opacity: 0;
      transition: all 0.3s ease; }

.home .panel-we-are .panel-title-center.fsElement {
  display: none !important; }
  @media (min-width: 900px) {
    .home .panel-we-are .panel-title-center.fsElement {
      display: -ms-flexbox !important;
      display: flex !important; } }

.home .panel-we-are .panel-title-first.fsElement {
  display: block; }
  @media (min-width: 900px) {
    .home .panel-we-are .panel-title-first.fsElement {
      display: none; } }

.home .panel-we-are .grid-sizer {
  display: block !important; }

.home .panel-we-are .grid-sizer,
.home .panel-we-are [class*="box-"] {
  width: 100%; }
  @media (min-width: 700px) {
    .home .panel-we-are .grid-sizer,
    .home .panel-we-are [class*="box-"] {
      width: calc( ( 100% - 28px ) / 2); } }
  @media (min-width: 900px) {
    .home .panel-we-are .grid-sizer,
    .home .panel-we-are [class*="box-"] {
      width: calc( ( 100% - ( 28px * 2 ) ) / 3); } }

.home .panel-we-are [class*="box-"] {
  margin-bottom: 28px;
  position: relative;
  text-align: center;
  transition: transform 0.3s ease; }
  .home .panel-we-are [class*="box-"]:hover .link-overlay, .home .panel-we-are [class*="box-"]:focus .link-overlay {
    transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .home .panel-we-are [class*="box-"] > * {
    position: relative;
    z-index: 1; }
  .home .panel-we-are [class*="box-"] .fsElementHeaderContent {
    display: none; }
  .home .panel-we-are [class*="box-"] .link-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    transition: 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    background-size: cover;
    background-position: center center; }
    .home .panel-we-are [class*="box-"] .link-overlay:before {
      display: block;
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      transition: background 0.3s ease; }
  .home .panel-we-are [class*="box-"] .fsElementTitle,
  .home .panel-we-are [class*="box-"] .fsTitle {
    margin-top: 0;
    font-weight: normal;
    font-family: "baskerville-urw", Georgia, serif;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 15px;
    margin: 0;
    color: #ffffff; }

.home .panel-we-are .box-button {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 450px;
  padding: 107px 0; }
  body.home:not(.fsComposeMode) .panel-we-are .box-button {
    opacity: 0; }
    body.home:not(.fsComposeMode) .panel-we-are .box-button.element-updated {
      opacity: 1; }
  @media (min-width: 700px) {
    .home .panel-we-are .box-button {
      height: 350px;
      padding: 78px 0; } }
  .home .panel-we-are .box-button:hover, .home .panel-we-are .box-button:focus {
    padding: 78px 0 107px; }
    @media (min-width: 700px) {
      .home .panel-we-are .box-button:hover, .home .panel-we-are .box-button:focus {
        padding: 78px 0; } }
    @media (min-width: 700px) {
      .home .panel-we-are .box-button:hover .link-overlay, .home .panel-we-are .box-button:focus .link-overlay {
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px; } }
    .home .panel-we-are .box-button:hover .link-overlay:before, .home .panel-we-are .box-button:focus .link-overlay:before {
      background-color: rgba(0, 0, 0, 0.8); }
    .home .panel-we-are .box-button:hover .fsElementContent, .home .panel-we-are .box-button:focus .fsElementContent {
      max-height: 350px;
      opacity: 1; }
  .home .panel-we-are .box-button header {
    width: 100%;
    padding: 0 32px;
    pointer-events: none; }
    .home .panel-we-are .box-button header .fsElementTitle {
      margin: 0; }
    .home .panel-we-are .box-button header .fsElementHeaderContent {
      display: none; }
  .home .panel-we-are .box-button .fsElementContent {
    max-height: 0;
    width: 100%;
    padding: 0 32px;
    color: #ffffff;
    font-size: 20px;
    line-height: 27px;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
    pointer-events: none; }
    .home .panel-we-are .box-button .fsElementContent *:last-child {
      margin-bottom: 0; }
  .home .panel-we-are .box-button footer {
    display: none; }
  .home .panel-we-are .box-button .link-overlay:before {
    background-color: rgba(128, 38, 41, 0.8); }
  .home .panel-we-are .box-button .link-overlay-icon {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    left: calc(50% - 19px);
    bottom: 50px; }
    @media (min-width: 700px) {
      .home .panel-we-are .box-button .link-overlay-icon {
        bottom: 21px; } }
    .home .panel-we-are .box-button .link-overlay-icon:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 41px;
      height: 41px;
      color: #ffffff;
      font-size: 35px;
      line-height: 41px; }

.home .panel-we-are .box-video {
  height: 450px; }
  @media (min-width: 700px) {
    .home .panel-we-are .box-video {
      height: 350px; } }
  body.home:not(.fsComposeMode) .panel-we-are .box-video {
    opacity: 0; }
    body.home:not(.fsComposeMode) .panel-we-are .box-video.element-updated {
      opacity: 1; }
  @media (min-width: 700px) {
    .home .panel-we-are .box-video:hover .link-overlay, .home .panel-we-are .box-video:focus .link-overlay {
      top: -10px;
      left: -10px;
      right: -10px;
      bottom: -10px; } }
  .home .panel-we-are .box-video:hover .video-wrapper, .home .panel-we-are .box-video:focus .video-wrapper {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media (min-width: 700px) {
      .home .panel-we-are .box-video:hover .video-wrapper, .home .panel-we-are .box-video:focus .video-wrapper {
        height: 370px;
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: -10px; } }
  .home .panel-we-are .box-video:hover video, .home .panel-we-are .box-video:focus video {
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1); }
    @media (min-width: 700px) {
      .home .panel-we-are .box-video:hover video, .home .panel-we-are .box-video:focus video {
        height: 370px; } }
  .home .panel-we-are .box-video header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 78px 52px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
    pointer-events: none; }
    .home .panel-we-are .box-video header .fsElementHeaderContent {
      display: none; }
    .home .panel-we-are .box-video header h2 {
      width: 100%; }
  .home .panel-we-are .box-video .fsMediaCustomPlayer {
    position: static; }
  .home .panel-we-are .box-video .video-wrapper {
    height: 450px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    @media (min-width: 700px) {
      .home .panel-we-are .box-video .video-wrapper {
        height: 350px; } }
  .home .panel-we-are .box-video video {
    display: none;
    pointer-events: none;
    width: auto;
    height: 450px;
    min-height: 450px;
    min-width: 100%;
    max-width: none;
    max-height: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 15;
    transition: all 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
    @media (min-width: 700px) {
      .home .panel-we-are .box-video video {
        display: block;
        height: 350px;
        min-height: 350px; } }
  .home .panel-we-are .box-video footer {
    display: none; }
  .home .panel-we-are .box-video .link-overlay {
    z-index: 100; }
    .home .panel-we-are .box-video .link-overlay:before {
      background-color: rgba(0, 0, 0, 0.5); }
    .home .panel-we-are .box-video .link-overlay:after {
      content: '';
      display: block;
      border: 1px solid #ffffff;
      border-bottom: 0;
      position: absolute;
      top: 32px;
      left: 33px;
      right: 33px;
      bottom: 71px; }
      @media (min-width: 700px) {
        .home .panel-we-are .box-video .link-overlay:after {
          bottom: 42px; } }
  .home .panel-we-are .box-video .link-overlay-box {
    position: absolute;
    top: 32px;
    left: 33px;
    right: 33px;
    bottom: 71px; }
    @media (min-width: 700px) {
      .home .panel-we-are .box-video .link-overlay-box {
        bottom: 42px; } }
    .home .panel-we-are .box-video .link-overlay-box:before, .home .panel-we-are .box-video .link-overlay-box:after {
      content: '';
      display: block;
      height: 1px;
      position: absolute;
      bottom: 0;
      background-color: #ffffff; }
    .home .panel-we-are .box-video .link-overlay-box:before {
      left: 0;
      right: calc(50% + 30px); }
    .home .panel-we-are .box-video .link-overlay-box:after {
      left: calc(50% + 30px);
      right: 0; }
  .home .panel-we-are .box-video .link-overlay-icon {
    display: block;
    width: 41px;
    height: 41px;
    position: absolute;
    left: calc(50% - 19px);
    bottom: 50px; }
    @media (min-width: 700px) {
      .home .panel-we-are .box-video .link-overlay-icon {
        bottom: 21px; } }
    .home .panel-we-are .box-video .link-overlay-icon:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 41px;
      height: 41px;
      color: #ffffff;
      font-size: 41px;
      line-height: 1; }

body.home:not(.fsComposeMode) .panel-we-are .box-testimonial.fsPostElement {
  opacity: 0; }
  body.home:not(.fsComposeMode) .panel-we-are .box-testimonial.fsPostElement.element-updated {
    opacity: 1; }

@media (min-width: 700px) {
  .home .panel-we-are .box-testimonial.fsPostElement:hover .link-overlay, .home .panel-we-are .box-testimonial.fsPostElement:focus .link-overlay {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px; } }

.home .panel-we-are .box-testimonial.fsPostElement:hover .link-overlay:before, .home .panel-we-are .box-testimonial.fsPostElement:focus .link-overlay:before {
  background: rgba(128, 38, 41, 0.8); }

.home .panel-we-are .box-testimonial.fsPostElement:hover .link-overlay .fsPostLink, .home .panel-we-are .box-testimonial.fsPostElement:focus .link-overlay .fsPostLink {
  max-height: 200px;
  opacity: 1;
  transition: max-height 0.3s ease 0.2s, opacity 0.3s ease 0.2s; }

.home .panel-we-are .box-testimonial.fsPostElement:hover .link-overlay-content, .home .panel-we-are .box-testimonial.fsPostElement:focus .link-overlay-content {
  bottom: 50%;
  -ms-transform: translateY(50%);
  transform: translateY(50%); }

.home .panel-we-are .box-testimonial.fsPostElement .fsElementContent {
  pointer-events: none; }

.home .panel-we-are .box-testimonial.fsPostElement .fsListItems {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2; }

.home .panel-we-are .box-testimonial.fsPostElement article {
  height: 450px;
  width: 100%; }
  @media (min-width: 700px) {
    .home .panel-we-are .box-testimonial.fsPostElement article {
      height: 450px; } }

.home .panel-we-are .box-testimonial.fsPostElement .fsSummary {
  display: none; }

.home .panel-we-are .box-testimonial.fsPostElement .fsCategories {
  display: none; }

.home .panel-we-are .box-testimonial.fsPostElement .fsTags {
  display: none; }

.home .panel-we-are .box-testimonial.fsPostElement.hovered .link-overlay {
  pointer-events: auto; }

.home .panel-we-are .box-testimonial.fsPostElement .link-overlay {
  padding: 32px 33px 42px;
  text-align: center;
  pointer-events: none; }
  .home .panel-we-are .box-testimonial.fsPostElement .link-overlay:before {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 185px, rgba(0, 0, 0, 0.4) 100%); }
  .home .panel-we-are .box-testimonial.fsPostElement .link-overlay:after {
    content: '';
    display: block;
    border: 1px solid #ffffff;
    border-bottom: 0;
    position: absolute;
    top: 32px;
    left: 33px;
    right: 33px;
    bottom: 71px; }
    @media (min-width: 700px) {
      .home .panel-we-are .box-testimonial.fsPostElement .link-overlay:after {
        bottom: 42px; } }
  .home .panel-we-are .box-testimonial.fsPostElement .link-overlay .fsPostLink {
    max-height: 0px;
    padding-top: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease 0s, opacity 0.3s ease 0s; }
    .home .panel-we-are .box-testimonial.fsPostElement .link-overlay .fsPostLink span {
      display: inline-block;
      position: relative;
      color: #ffffff;
      font-size: 18px;
      line-height: 28px;
      font-weight: 600;
      padding-top: 21px; }
      .home .panel-we-are .box-testimonial.fsPostElement .link-overlay .fsPostLink span:before {
        display: block;
        content: '';
        height: 1px;
        position: absolute;
        bottom: 4px;
        left: 0;
        right: 0;
        background-color: #ffffff; }
      .home .panel-we-are .box-testimonial.fsPostElement .link-overlay .fsPostLink span:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        padding-left: 5px;
        position: relative;
        bottom: -2px;
        color: inherit;
        font-size: 19px;
        line-height: 22px; }
      .home .panel-we-are .box-testimonial.fsPostElement .link-overlay .fsPostLink span .fsStyleSROnly {
        position: absolute;
        left: -9999em;
        top: -9999em; }

.home .panel-we-are .box-testimonial.fsPostElement .link-overlay-box {
  position: absolute;
  top: 32px;
  left: 33px;
  right: 33px;
  bottom: 71px; }
  @media (min-width: 700px) {
    .home .panel-we-are .box-testimonial.fsPostElement .link-overlay-box {
      bottom: 42px; } }
  .home .panel-we-are .box-testimonial.fsPostElement .link-overlay-box:before, .home .panel-we-are .box-testimonial.fsPostElement .link-overlay-box:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    background-color: #ffffff; }
  .home .panel-we-are .box-testimonial.fsPostElement .link-overlay-box:before {
    left: 0;
    right: calc(50% + 30px); }
  .home .panel-we-are .box-testimonial.fsPostElement .link-overlay-box:after {
    left: calc(50% + 30px);
    right: 0; }

.home .panel-we-are .box-testimonial.fsPostElement .link-overlay-content {
  padding: 0 50px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 101px;
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: bottom 0.3s ease, transform 0.3s ease; }
  @media (min-width: 700px) {
    .home .panel-we-are .box-testimonial.fsPostElement .link-overlay-content {
      bottom: 72px; } }

.home .panel-we-are .box-testimonial.fsPostElement .link-overlay-icon {
  display: block;
  width: 41px;
  height: 41px;
  position: absolute;
  left: calc(50% - 19px);
  bottom: 50px; }
  @media (min-width: 700px) {
    .home .panel-we-are .box-testimonial.fsPostElement .link-overlay-icon {
      bottom: 21px; } }
  .home .panel-we-are .box-testimonial.fsPostElement .link-overlay-icon:after {
    content: "";
    font-family: "IcoMoon";
    font-smoothing: antialiased;
    font-weight: normal;
    speak: none;
    display: block;
    width: 41px;
    height: 41px;
    color: #ffffff;
    font-size: 41px;
    line-height: 1; }

.home .panel-we-are .box-testimonial.fsPostElement .fsTitle {
  max-width: 100%; }

.home .panel-we-are .box-testimonial.fsPostElement .fsThumbnail {
  display: none; }

.home dialog::-webkit-backdrop, .home dialog::backdrop,
.home dialog + .fsDialogBackdrop {
  background: rgba(0, 0, 0, 0.5); }

.home .featherlight {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center; }
  @media (min-width: 550px) {
    .home .featherlight {
      padding-left: 20px;
      padding-right: 20px; } }
  .home .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.5); }
  .home .featherlight .featherlight-content {
    display: inline-block;
    width: 100%;
    max-width: 1180px;
    padding: 33px 30px 0;
    margin-left: 0;
    margin-right: 0;
    max-height: 95%;
    border-bottom: 31px solid transparent;
    position: relative;
    text-align: left;
    vertical-align: middle;
    cursor: auto;
    white-space: normal;
    overflow: auto;
    background: #ffffff; }
    @media (min-width: 550px) {
      .home .featherlight .featherlight-content {
        padding: 69px 40px 0;
        border-bottom: 39px solid transparent; } }
  .home .featherlight .featherlight-close-icon {
    width: auto;
    padding: 0 5px;
    top: 4px;
    right: 4px; }
    @media (min-width: 700px) {
      .home .featherlight .featherlight-close-icon {
        top: 28px;
        right: 37px; } }
    .home .featherlight .featherlight-close-icon:hover:before, .home .featherlight .featherlight-close-icon:hover:after, .home .featherlight .featherlight-close-icon:focus:before, .home .featherlight .featherlight-close-icon:focus:after {
      color: #000000; }
    .home .featherlight .featherlight-close-icon:before, .home .featherlight .featherlight-close-icon:after {
      color: #9c9b9b;
      transition: color 0.3s ease; }
    .home .featherlight .featherlight-close-icon:before {
      content: 'Close Window';
      display: none;
      width: auto;
      height: auto;
      padding-right: 10px;
      position: static;
      font-size: 14px;
      line-height: 1;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      font-family: "proxima-nova", sans-serif; }
      @media (min-width: 700px) {
        .home .featherlight .featherlight-close-icon:before {
          display: inline-block; } }
    .home .featherlight .featherlight-close-icon:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      width: auto;
      height: auto;
      padding-top: 1px;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: -1px;
      font-size: 13px;
      line-height: 1; }
  .home .featherlight .caption-wrapper {
    padding-top: 16px; }
  .home .featherlight .caption-title {
    margin-top: 0;
    font-weight: normal;
    font-family: "baskerville-urw", Georgia, serif;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 20px;
    margin-bottom: 10px;
    color: #802629; }
  .home .featherlight .caption-desc {
    font-size: 16px;
    line-height: 26px; }
    .home .featherlight .caption-desc > *:last-child {
      margin-bottom: 0; }

.home .box-testimonial-post {
  padding: 0;
  border: 0;
  width: calc(100% - 20px);
  max-width: 1180px;
  border-radius: 0; }
  @media (min-width: 700px) {
    .home .box-testimonial-post {
      width: calc(100% - 40px); } }
  .home .box-testimonial-post .fsDialogContent {
    padding: 0; }
  .home .box-testimonial-post .fsDialogCloseButton {
    width: auto;
    height: auto;
    padding: 0 5px;
    top: 4px;
    right: 4px;
    -ms-transform: none;
    transform: none; }
    @media (min-width: 700px) {
      .home .box-testimonial-post .fsDialogCloseButton {
        top: 24px;
        right: 16px; } }
    @media (min-width: 900px) {
      .home .box-testimonial-post .fsDialogCloseButton {
        top: 28px;
        right: 36px; } }
    .home .box-testimonial-post .fsDialogCloseButton:hover:before, .home .box-testimonial-post .fsDialogCloseButton:hover:after, .home .box-testimonial-post .fsDialogCloseButton:focus:before, .home .box-testimonial-post .fsDialogCloseButton:focus:after {
      color: #000000; }
    .home .box-testimonial-post .fsDialogCloseButton:before, .home .box-testimonial-post .fsDialogCloseButton:after {
      -ms-transform: none !important;
      transform: none !important;
      transition: color 0.3s ease; }
    .home .box-testimonial-post .fsDialogCloseButton:before {
      content: 'Close Window';
      display: none;
      width: auto;
      height: auto;
      padding-right: 10px;
      position: static;
      color: #9c9b9b;
      font-size: 14px;
      line-height: 1;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      background: none; }
      @media (min-width: 1050px) {
        .home .box-testimonial-post .fsDialogCloseButton:before {
          display: inline-block; } }
    .home .box-testimonial-post .fsDialogCloseButton:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      width: auto;
      height: auto;
      padding-top: 1px;
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      bottom: -1px;
      color: #9c9b9b;
      font-size: 13px;
      line-height: 1;
      background: none; }
  .home .box-testimonial-post article {
    display: block; }
    @media (min-width: 700px) {
      .home .box-testimonial-post article {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row;
        flex-flow: row; } }
  .home .box-testimonial-post .thumbnail-wrapper {
    padding: 33px 30px 0; }
    @media (min-width: 700px) {
      .home .box-testimonial-post .thumbnail-wrapper {
        padding: 33px 30px 37px;
        background-color: #802629; } }
    @media (min-width: 900px) {
      .home .box-testimonial-post .thumbnail-wrapper {
        padding: 43px 40px 47px; } }
  .home .box-testimonial-post .fsThumbnail {
    width: 100%;
    margin: 0;
    background-position: center center;
    background-size: cover; }
    @media (min-width: 700px) {
      .home .box-testimonial-post .fsThumbnail {
        width: 250px; } }
    @media (min-width: 900px) {
      .home .box-testimonial-post .fsThumbnail {
        width: 370px; } }
    .home .box-testimonial-post .fsThumbnail:before {
      content: '';
      display: block;
      padding-bottom: 100%; }
    .home .box-testimonial-post .fsThumbnail img {
      display: none; }
  .home .box-testimonial-post .content-wrapper {
    padding: 21px 28px 31px 28px; }
    @media (min-width: 900px) {
      .home .box-testimonial-post .content-wrapper {
        padding: 31px 38px 31px 48px; } }
  .home .box-testimonial-post .fsTitle {
    margin-top: 0;
    font-weight: normal;
    font-family: "baskerville-urw", Georgia, serif;
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 20px;
    margin-bottom: 10px;
    color: #802629; }
    @media (min-width: 1050px) {
      .home .box-testimonial-post .fsTitle {
        padding-right: 160px; } }
  .home .box-testimonial-post .fsTags {
    margin: 0;
    zoom: 1;
    margin: 0 -7px; }
    .home .box-testimonial-post .fsTags:after {
      display: table;
      clear: both;
      content: ''; }
    .home .box-testimonial-post .fsTags li {
      float: left;
      display: block;
      padding: 0 7px;
      margin: 0;
      position: relative;
      color: #3c3c3c;
      font-size: 18px;
      line-height: 28px;
      font-weight: 600;
      background: none; }
      .home .box-testimonial-post .fsTags li + li:before {
        display: block;
        content: '/';
        position: absolute;
        top: 0px;
        left: -3px;
        color: #3c3c3c;
        font-size: 18px;
        line-height: 28px;
        font-weight: 600; }
  .home .box-testimonial-post .fsSummary {
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px; }
  .home .box-testimonial-post .fsPostLink.fsReadMoreLink {
    display: inline-block;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    padding-top: 20px;
    color: #802629;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600; }
    .home .box-testimonial-post .fsPostLink.fsReadMoreLink:before {
      display: block;
      content: '';
      height: 1px;
      position: absolute;
      bottom: 4px;
      left: 0;
      right: 0;
      background-color: #ffffff; }
    .home .box-testimonial-post .fsPostLink.fsReadMoreLink:after {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: inline-block;
      padding-left: 5px;
      position: relative;
      bottom: -2px;
      color: inherit;
      font-size: 19px;
      line-height: 22px; }
    .home .box-testimonial-post .fsPostLink.fsReadMoreLink:hover, .home .box-testimonial-post .fsPostLink.fsReadMoreLink:focus {
      color: #878787; }

.home [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper, .home [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper {
  padding: 38px 20px 34px;
  text-align: center; }
  @media (min-width: 550px) {
    .home [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper, .home [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper {
      width: calc(100% - 260px);
      padding: 0;
      position: absolute;
      left: auto;
      right: 0;
      bottom: 26px;
      text-align: right; } }
  @media (min-width: 900px) {
    .home [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper, .home [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-content-wrapper {
      width: 580px;
      bottom: 176px; } }

@media (min-width: 900px) {
  .home [class*="hero-"]:not(html) .fsMediaCustomPlayer .caption-wrapper .caption-title, .home [class*="hero-"]:not(html).fsMediaCustomPlayer .caption-wrapper .caption-title {
    font-size: 55px;
    line-height: 60px; } }

@media (min-width: 550px) {
  .home [class*="hero-"]:not(html) .fsMediaCustomPlayer .slick-dots, .home [class*="hero-"]:not(html).fsMediaCustomPlayer .slick-dots {
    text-align: right; } }

@media (min-width: 900px) {
  .home [class*="hero-"]:not(html) .fsMediaCustomPlayer .slick-dots, .home [class*="hero-"]:not(html).fsMediaCustomPlayer .slick-dots {
    padding-top: 23px; } }

.portal-page .fsTwoColumnWideRightLayout > .fsDiv > .fsElement + .fsElement {
  margin-top: 2em; }

/*! pages - style-guide v0.0.1 */
.style-guide .fsPageLayout .fsContainer > header {
  border-bottom: 1px solid #e8e7e7; }
  .style-guide .fsPageLayout .fsContainer > header > .fsElementTitle {
    margin-bottom: 6px;
    color: #222426;
    font-size: 28px;
    font-weight: normal;
    font-family: 'Lato', sans-serif; }

.style-guide .fsPageLayout .fsContainer .style-guide-label {
  margin-bottom: 30px; }
  .style-guide .fsPageLayout .fsContainer .style-guide-label .fsElementContent {
    display: inline-block;
    padding: 8px 33px 7px;
    border-radius: 2px;
    color: #87898c;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Lato', sans-serif;
    background-color: #eeeff2; }

.style-guide .fsPageLayout .fsContainer > .fsElementContent > .fsLayout {
  margin-top: 0; }

.style-guide .fsPageLayout .fsContainer > .fsElementContent > .fsElement:not(.fsPanel) {
  margin-top: 50px; }

.style-guide .colors {
  margin-top: 30px !important; }
  .style-guide .colors ol {
    zoom: 1;
    margin-bottom: 40px;
    margin-left: -10px;
    margin-right: -10px;
    padding: 0;
    list-style: none; }
    .style-guide .colors ol:after {
      display: table;
      clear: both;
      content: ''; }
    .style-guide .colors ol li {
      float: left;
      width: 100px;
      margin-bottom: 30px;
      margin-left: 10px;
      margin-right: 10px;
      position: relative; }
      .style-guide .colors ol li:before {
        display: block;
        content: '';
        width: 100px;
        height: 100px; }
      .style-guide .colors ol li:after {
        display: block;
        padding: 12px 7px 11px;
        border: 1px solid #d1d3d7;
        border-top: 0;
        width: 100%;
        font-size: 16px;
        line-height: 16px;
        text-align: left;
        background-color: #ffffff; }
      .style-guide .colors ol li:nth-of-type(1) {
        color: #47494d;
        background: #802629; }
        .style-guide .colors ol li:nth-of-type(1):after {
          content: "#802629"; }
      .style-guide .colors ol li:nth-of-type(2) {
        color: #47494d;
        background: #262122; }
        .style-guide .colors ol li:nth-of-type(2):after {
          content: "#262122"; }
      .style-guide .colors ol li:nth-of-type(3) {
        color: #47494d;
        background: #3c3c3c; }
        .style-guide .colors ol li:nth-of-type(3):after {
          content: "#3c3c3c"; }
      .style-guide .colors ol li:nth-of-type(4) {
        color: #47494d;
        background: #6a6a6a; }
        .style-guide .colors ol li:nth-of-type(4):after {
          content: "#6a6a6a"; }
      .style-guide .colors ol li:nth-of-type(5) {
        color: #47494d;
        background: #878787; }
        .style-guide .colors ol li:nth-of-type(5):after {
          content: "#878787"; }
      .style-guide .colors ol li:nth-of-type(6) {
        color: #47494d;
        background: #dfdfdf; }
        .style-guide .colors ol li:nth-of-type(6):after {
          content: "#dfdfdf"; }
      .style-guide .colors ol li:nth-of-type(7) {
        color: #47494d;
        background: #eeeeee; }
        .style-guide .colors ol li:nth-of-type(7):after {
          content: "#eeeeee"; }

.style-guide .headers h1:after {
  content: " #802629 40px/47px Margin-bottom 22px"; }

.style-guide .headers h2:after {
  content: " #3c3c3c 35px/42px Margin-bottom 20px"; }

.style-guide .headers h3:after {
  content: " #3c3c3c 30px/37px Margin-bottom 15px"; }

.style-guide .headers h4:after {
  content: " #3c3c3c 25px/32px Margin-bottom 10px"; }

.style-guide .headers h5:after {
  content: " #3c3c3c 20px/30px Margin-bottom 10px"; }

.style-guide .headers h6:after {
  content: " #3c3c3c 14px/26px with 1.5px letter spacing"; }

.alert-scrolling.fsContent {
  display: none;
  margin-bottom: 0;
  padding: 0 14px 0 6px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background-color: #da0007;
  transition: top 0.8s ease; }
  @media (min-width: 900px) {
    .alert-scrolling.fsContent {
      position: fixed; } }
  html body.fsComposeMode .alert-scrolling.fsContent {
    position: absolute; }
  body.fsAccountBarVisible .alert-scrolling.fsContent {
    top: 45px; }
  html.adding-alert .alert-scrolling.fsContent {
    transition: none !important; }
  .alert-scrolling.fsContent.element-updated {
    display: block; }
  .alert-scrolling.fsContent.alert-hide {
    display: none !important; }
  html.alert-hidden .alert-scrolling.fsContent {
    top: -75px; }
  html.alert-hidden .fsAccountBarVisible .alert-scrolling.fsContent {
    top: -30px; }
  .alert-scrolling.fsContent .alert-close {
    display: block;
    width: 40px;
    height: 40px;
    border: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .alert-scrolling.fsContent .alert-close:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      position: absolute;
      top: 8px;
      left: 8px;
      color: #ffffff;
      font-size: 25px;
      line-height: 25px; }
    .alert-scrolling.fsContent .alert-close span {
      position: absolute;
      top: -9999em;
      left: -9999em; }
  .alert-scrolling.fsContent > .fsElementContent {
    position: relative;
    margin: 0 auto;
    max-width: 73.75em;
    max-width: 73.75rem;
    height: 75px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 4px;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 71px;
    font-weight: normal;
    overflow: hidden; }
    @media (min-width: 550px) {
      .alert-scrolling.fsContent > .fsElementContent {
        padding-left: 55px;
        padding-right: 55px; } }
    .alert-scrolling.fsContent > .fsElementContent:before {
      content: "";
      font-family: "IcoMoon";
      font-smoothing: antialiased;
      font-weight: normal;
      speak: none;
      display: block;
      width: 40px;
      height: 40px;
      border-radius: 3px 0 0 3px;
      position: absolute;
      top: 50%;
      left: 0;
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      color: #ffffff;
      font-size: 37px;
      line-height: 1;
      text-align: center; }
    .alert-scrolling.fsContent > .fsElementContent a {
      display: inline-block;
      position: relative;
      color: #ffffff;
      font-weight: 600; }
      .alert-scrolling.fsContent > .fsElementContent a:before {
        content: '';
        display: block;
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 27px;
        background-color: #ffffff;
        opacity: 0.25;
        transition: opacity 0.3s ease; }
      .alert-scrolling.fsContent > .fsElementContent a:hover:before, .alert-scrolling.fsContent > .fsElementContent a:focus:before {
        opacity: 1; }
  .alert-scrolling.fsContent .marquee {
    height: 75px;
    overflow: hidden; }
    .alert-scrolling.fsContent .marquee .js-marquee * {
      display: inline-block !important;
      white-space: nowrap; }
    .alert-scrolling.fsContent .marquee .js-marquee-wrapper {
      animation-duration: 38s !important; }
  .alert-scrolling.fsContent .alert-scrolling-gap {
    width: 100px; }

.callout-button.fsContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column;
  flex-flow: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 550px;
  padding-top: 72px;
  position: relative;
  background-position: center center;
  background-size: cover; }
  .callout-button.fsContent:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.3);
    transition: background 0.4s ease 0s, top 0.4s ease 0s;
    pointer-events: none; }
  .callout-button.fsContent:hover:before, .callout-button.fsContent:focus:before {
    top: 0;
    background-color: rgba(38, 33, 34, 0.8);
    transition: background 0.4s ease 0s, top 0.5s ease 0s; }
  .callout-button.fsContent:hover > header, .callout-button.fsContent:focus > header {
    top: 0;
    transition: top 0.5s ease 0s; }
  .callout-button.fsContent:hover > .fsElementContent,
  .callout-button.fsContent:hover > footer, .callout-button.fsContent:focus > .fsElementContent,
  .callout-button.fsContent:focus > footer {
    opacity: 1;
    z-index: 2;
    pointer-events: auto;
    transition: opacity 0.3s ease 0.35s; }
  .callout-button.fsContent .link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100; }
  .callout-button.fsContent > header {
    padding: 12px 20px 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    text-align: center;
    background-color: rgba(128, 38, 41, 0.9); }
    .callout-button.fsContent > header > .fsElementTitle {
      margin: 0;
      color: #ffffff;
      font-size: 25px;
      line-height: 35px; }
  .callout-button.fsContent > .fsElementContent,
  .callout-button.fsContent > footer {
    padding: 0 20px;
    max-width: 100%;
    z-index: 2;
    position: relative;
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: normal;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease 0s; }
  .callout-button.fsContent .fsElementFooterContent {
    margin: 0;
    padding: 0; }
    .callout-button.fsContent .fsElementFooterContent a {
      display: inline-block;
      position: relative;
      color: #ffffff;
      font-size: 18px;
      line-height: 28px;
      font-weight: 600; }
      .callout-button.fsContent .fsElementFooterContent a:before {
        display: block;
        content: '';
        height: 1px;
        position: absolute;
        bottom: 4px;
        left: 0;
        right: 0;
        background-color: #ffffff; }
      .callout-button.fsContent .fsElementFooterContent a:after {
        content: "";
        font-family: "IcoMoon";
        font-smoothing: antialiased;
        font-weight: normal;
        speak: none;
        display: inline-block;
        padding-left: 5px;
        position: relative;
        bottom: -2px;
        color: inherit;
        font-size: 19px;
        line-height: 22px; }

.panel-callout-buttons.fsSharedContainer > .fsElementContent,
.panel-callout-buttons > .fsContainer > .fsElementContent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }
  @media (min-width: 1200px) {
    .panel-callout-buttons.fsSharedContainer > .fsElementContent,
    .panel-callout-buttons > .fsContainer > .fsElementContent {
      -ms-flex-flow: row;
      flex-flow: row; } }

.panel-callout-buttons .slick-dots {
  padding: 0 20px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  text-align: center; }
  .panel-callout-buttons .slick-dots li {
    display: inline-block; }
    .panel-callout-buttons .slick-dots li.slick-active button {
      width: 31px; }
      .panel-callout-buttons .slick-dots li.slick-active button:before {
        opacity: 1;
        width: 16px;
        height: 16px;
        opacity: 1; }
      .panel-callout-buttons .slick-dots li.slick-active button:after {
        width: 10px;
        height: 10px;
        opacity: 1; }
  .panel-callout-buttons .slick-dots button {
    display: block;
    border: 0;
    width: 23px;
    height: 19px;
    padding: 0;
    position: relative;
    color: transparent;
    font-size: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    transition: width 0.3s ease; }
    .panel-callout-buttons .slick-dots button:before {
      display: block;
      content: '';
      width: 12px;
      height: 12px;
      border: 2px solid #ffffff;
      border-radius: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      opacity: 0.7;
      transition: all 0.3s ease; }
    .panel-callout-buttons .slick-dots button:after {
      display: block;
      content: '';
      width: 0;
      height: 0;
      border-radius: 20px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #802629;
      opacity: 0;
      transition: all 0.3s ease; }

.panel-callout-buttons .callout-button {
  width: 100%;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0; }
  @media (min-width: 700px) {
    .panel-callout-buttons .callout-button {
      width: 50%; } }
  @media (min-width: 1200px) {
    .panel-callout-buttons .callout-button {
      width: 25%; } }

.custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsBannerLeft {
  -ms-flex-order: -1;
  order: -1;
  width: 100%;
  margin-bottom: 47px;
  float: none !important; }
  @media (min-width: 900px) {
    .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsBannerLeft {
      float: left !important;
      width: 283px;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 0;
      padding-right: 20px; } }
  .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsBannerLeft > .fsBanner > .fsContainer,
  .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsBannerLeft > .fsBanner > .fsSharedContainer > .fsContainer {
    padding-top: 23px;
    padding-left: 23px;
    padding-right: 23px;
    padding-bottom: 23px;
    background-color: #eeeeee; }
    .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsBannerLeft > .fsBanner > .fsContainer > header .fsElementTitle,
    .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsBannerLeft > .fsBanner > .fsSharedContainer > .fsContainer > header .fsElementTitle {
      color: #262122;
      font-size: 30px;
      line-height: 37px;
      text-align: center; }
  @media (min-width: 550px) {
    .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsBannerLeft > .fsBanner .fsNews .fsListItems,
    .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsBannerLeft > .fsBanner .fsPostElement .fsListItems {
      -moz-column-count: 2;
      column-count: 2;
      -moz-column-gap: 40px;
      column-gap: 40px; } }
  @media (min-width: 900px) {
    .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsBannerLeft > .fsBanner .fsNews .fsListItems,
    .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsBannerLeft > .fsBanner .fsPostElement .fsListItems {
      -moz-column-count: 1;
      column-count: 1;
      -moz-column-gap: 0px;
      column-gap: 0px; } }
  .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsBannerLeft > .fsBanner .fsNews article,
  .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsBannerLeft > .fsBanner .fsPostElement article {
    border: 0;
    padding-top: 0;
    padding-bottom: 21px;
    page-break-inside: avoid !important;
    break-inside: avoid !important; }
    .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsBannerLeft > .fsBanner .fsNews article:last-of-type,
    .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsBannerLeft > .fsBanner .fsPostElement article:last-of-type {
      padding-bottom: 0; }
  .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsBannerLeft > .fsBanner .fsNews .fsTitle,
  .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsBannerLeft > .fsBanner .fsPostElement .fsTitle {
    color: #802629;
    font-size: 19px;
    line-height: 30px;
    font-family: "proxima-nova", sans-serif; }

@media (min-width: 700px) {
  .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsPageContent {
    width: 100%; } }

@media (min-width: 900px) {
  .custom-left-banner.fsHasLeftBanner:not(.emptyBannerLeft) #fsPageContent {
    width: calc(100% - 283px); } }

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2017, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  html.with-featherlight {
    /* disable global scrolling when featherlights are visible */
    overflow: hidden; }
  .featherlight {
    display: none;
    /* dimensions: spanning the background from edge to edge */
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2147483647;
    /* z-index needs to be >= elements on the site. */
    /* position: centering content */
    text-align: center;
    /* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
    white-space: nowrap;
    /* styling */
    cursor: pointer;
    background: #333;
    /* IE8 "hack" for nested featherlights */
    background: rgba(0, 0, 0, 0); }
  /* support for nested featherlights. Does not work in IE8 (use JS to fix) */
  .featherlight:last-of-type {
    background: rgba(0, 0, 0, 0.8); }
  .featherlight:before {
    /* position: trick to center content vertically */
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .featherlight .featherlight-content {
    /* make content container for positioned elements (close button) */
    position: relative;
    /* position: centering vertical and horizontal */
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    /* dimensions: cut off images */
    overflow: auto;
    padding: 25px 25px 0;
    border-bottom: 25px solid transparent;
    /* dimensions: handling large content */
    margin-left: 5%;
    margin-right: 5%;
    max-height: 95%;
    /* styling */
    background: #fff;
    cursor: auto;
    /* reset white-space wrapping */
    white-space: normal; }
  /* contains the content */
  .featherlight .featherlight-inner {
    /* make sure its visible */
    display: block; }
  /* don't show these though */
  .featherlight script.featherlight-inner,
  .featherlight link.featherlight-inner,
  .featherlight style.featherlight-inner {
    display: none; }
  .featherlight .featherlight-close-icon {
    /* position: centering vertical and horizontal */
    position: absolute;
    z-index: 9999;
    top: 0;
    right: 0;
    /* dimensions: 25px x 25px */
    line-height: 25px;
    width: 25px;
    /* styling */
    cursor: pointer;
    text-align: center;
    font-family: Arial, sans-serif;
    background: #fff;
    /* Set the background in case it overlaps the content */
    background: rgba(255, 255, 255, 0.3);
    color: #000;
    border: none;
    padding: 0; }
  /* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */
  .featherlight .featherlight-close-icon::-moz-focus-inner {
    border: 0;
    padding: 0; }
  .featherlight .featherlight-image {
    /* styling */
    width: 100%; }
  .featherlight-iframe .featherlight-content {
    /* removed the border for image croping since iframe is edge to edge */
    border-bottom: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll; }
  .featherlight iframe {
    /* styling */
    border: none; }
  .featherlight * {
    /* See https://github.com/noelboss/featherlight/issues/42 */
    box-sizing: border-box; } }

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
  .featherlight .featherlight-content {
    /* dimensions: maximize lightbox with for small screens */
    margin-left: 0;
    margin-right: 0;
    max-height: 98%;
    padding: 10px 10px 0;
    border-bottom: 10px solid transparent; } }

/* hide non featherlight items when printing */
@media print {
  @page {
    size: landscape; }
  html.with-featherlight > * > :not(.featherlight) {
    display: none; } }

.hero-multimedia {
  max-width: 100%;
  width: 100%; }
  @media (max-width: 549px) {
    .hero-multimedia {
      background: none !important; } }
  body:not(.fsComposeMode) .fsPageLayout .hero-multimedia {
    display: none; }
  .hero-multimedia.fsElement {
    padding: 0;
    margin: 0; }
    .hero-multimedia.fsElement .fsElementTitle {
      display: none; }
    .hero-multimedia.fsElement .fsElement {
      margin: 0;
      padding: 0; }
  .hero-multimedia.fsMediaCustomPlayer {
    position: relative; }
    .hero-multimedia.fsMediaCustomPlayer .multimedia-slide {
      opacity: 0; }
      .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current {
        opacity: 1; }
        .hero-multimedia.fsMediaCustomPlayer .multimedia-slide.slick-current:after {
          right: 0;
          opacity: 1; }
    .hero-multimedia.fsMediaCustomPlayer .hero-multimedia-content {
      opacity: 0; }
      .hero-multimedia.fsMediaCustomPlayer .hero-multimedia-content.slick-loaded {
        opacity: 1; }
      .fsComposeMode .hero-multimedia.fsMediaCustomPlayer .hero-multimedia-content {
        opacity: 1; }
    .hero-multimedia.fsMediaCustomPlayer .fsElementTitle {
      display: none; }
    .hero-multimedia.fsMediaCustomPlayer .slick-slide {
      position: relative; }
      .hero-multimedia.fsMediaCustomPlayer .slick-slide img {
        display: none; }
    .hero-multimedia.fsMediaCustomPlayer .video-slide .caption-wrapper {
      z-index: 100; }
    .hero-multimedia.fsMediaCustomPlayer .video-wrapper {
      min-height: 300px;
      background-size: cover;
      background-position: center center; }
      @media (min-width: 700px) {
        .hero-multimedia.fsMediaCustomPlayer .video-wrapper {
          min-height: 0px;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: #3c3c3c !important; } }
      .hero-multimedia.fsMediaCustomPlayer .video-wrapper video {
        display: none;
        width: auto;
        height: auto;
        min-height: 100%;
        min-width: 100%;
        max-width: none;
        max-height: none;
        position: absolute;
        left: 50%;
        top: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 15; }
        @media (min-width: 900px) {
          .hero-multimedia.fsMediaCustomPlayer .video-wrapper video {
            display: block; } }
      .hero-multimedia.fsMediaCustomPlayer .video-wrapper .video-poster {
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-position: center center;
        background-size: cover; }
        .hero-multimedia.fsMediaCustomPlayer .video-wrapper .video-poster.video-loading {
          z-index: 16; }

.recommended.fsPostElement {
  text-align: center; }
  .recommended.fsPostElement .fsElementTitle {
    margin-bottom: 46px;
    font-size: 35px;
    line-height: 42px;
    letter-spacing: 0.02em; }
  .recommended.fsPostElement.fsGrid .fsListItems {
    display: block;
    width: calc(100% + 18px);
    margin: 0 -9px; }
    .recommended.fsPostElement.fsGrid .fsListItems > article {
      float: none;
      margin: 0 0 17px;
      padding: 25px 28px; }
  @media (min-width: 600px) {
    body.fsHasLeftBanner .recommended.fsPostElement .fsListItems.fsStyleThreeColumns > article,
    body.fsHasRightBanner .recommended.fsPostElement .fsListItems.fsStyleThreeColumns > article {
      width: 50%; } }
  @media (min-width: 1100px) {
    body.fsHasLeftBanner .recommended.fsPostElement .fsListItems.fsStyleThreeColumns > article,
    body.fsHasRightBanner .recommended.fsPostElement .fsListItems.fsStyleThreeColumns > article {
      width: 33.33%; } }
  .recommended.fsPostElement article {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
    flex-flow: column;
    padding-top: 25px;
    margin-bottom: 17px;
    position: relative; }
    .recommended.fsPostElement article:before {
      content: '';
      display: block;
      border: 1px solid #eeeeee;
      position: absolute;
      top: 0;
      left: 9px;
      right: 9px;
      bottom: 0; }
  .recommended.fsPostElement .fsThumbnail {
    -ms-flex-order: -19;
    order: -19;
    margin: 0 auto 24px;
    padding: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center; }
    .recommended.fsPostElement .fsThumbnail img {
      display: inline-block; }
  .recommended.fsPostElement .fsCategories {
    -ms-flex-order: -20;
    order: -20;
    position: relative;
    margin: 0;
    padding: 0 0 27px; }
    .recommended.fsPostElement .fsCategories:before {
      content: '';
      display: block;
      height: 2px;
      width: 76px;
      position: absolute;
      left: 50%;
      bottom: 27px;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #802629; }
  .recommended.fsPostElement .fsCategory {
    margin: 0;
    padding: 0 0 24px;
    color: #262122;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    text-transform: none; }
    .recommended.fsPostElement .fsCategory + .fsCategory {
      display: none; }
  .recommended.fsPostElement .fsTitle,
  .recommended.fsPostElement .fsSummary {
    color: #802629;
    font-size: 16px;
    line-height: 26px;
    font-family: "proxima-nova", sans-serif;
    font-weight: 600; }
  .recommended.fsPostElement .fsTitle {
    font-size: 18px;
    font-style: italic; }
  .recommended.fsPostElement .fsTags {
    margin: 15px 0 0; }
  .recommended.fsPostElement .fsTag {
    padding: 0;
    margin: 0;
    color: #3c3c3c;
    font-size: 16px;
    line-height: 26px;
    background: none; }
  .recommended.fsPostElement .fsLoadMoreButton.fsStyleDefaultButton {
    display: inline-block;
    margin: 0 0 8px;
    padding: 11px 20px 13px;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.1em;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    background-color: #802629;
    transition: all 0.3s ease;
    font-weight: 600; }
    @media (min-width: 550px) {
      .recommended.fsPostElement .fsLoadMoreButton.fsStyleDefaultButton {
        min-width: 280px; } }
    .recommended.fsPostElement .fsLoadMoreButton.fsStyleDefaultButton:hover, .recommended.fsPostElement .fsLoadMoreButton.fsStyleDefaultButton:focus,
    .fsStateSelected .recommended.fsPostElement .fsLoadMoreButton.fsStyleDefaultButton {
      color: #ffffff;
      background-color: #591a1c; }
  .recommended.fsPostElement.fsElement .fsLoadMoreButton.fsStyleDefaultButton {
    margin: 25px auto 0;
    padding-left: 30px;
    padding-right: 30px;
    min-width: 0px; }

/*! enhancements - infographic */
@media print {
  .nav-main,
  .nav-sub,
  .nav-social,
  .nav-utility-header,
  .nav-utility-footer,
  #fsMenu,
  #fsFooter,
  #fsHeader,
  .fsThumbnail,
  .hide-for-print {
    display: none !important; }
  #fsPageContent,
  #fsBannerLeft,
  #fsBannerRight {
    width: 100% !important; }
  html {
    font-size: 100%;
    /* for IE */ }
  body {
    font-size: 62.5%; }
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .slick-slide {
    display: none !important; }
    .slick-slide.slick-active {
      display: block !important; }
  .slick-list {
    height: auto !important; }
  .slick-track {
    width: auto !important;
    height: auto !important;
    -ms-transform: none !important;
    transform: none !important; }
    .slick-track .slick-slide {
      width: auto !important; }
  a[class*='fs_style'] {
    border-color: #000; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    page-break-inside: avoid; }
  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .fsPanel > header ~ .fsElementContent {
    display: block; } }

@media (max-width: 600px) {
  .fsPagePopTitle {
    font-size: 2rem; } }
